File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ import TabItem from '@theme/TabItem';
99
1010### Quick test
1111
12- To check if the { props .longName } installed by ** xpm** starts properly, use something like:
12+ To check if the { props .descriptiveName } installed by ** xpm** starts properly, use something like:
1313
1414<Tabs groupId = " operating-systems" >
1515
1616<TabItem value = " macos" label = " macOS" >
1717
1818<CodeBlock language = " console" > {
19- ` % ~/Library/xPacks/@xpack-dev-tools/${props .shortName }/4.9.0-3.1/.content/bin/${props .programName } --version
19+ ` % ~/Library/xPacks/@xpack-dev-tools/${props .permalinkName }/4.9.0-3.1/.content/bin/${props .programName } --version
2020${props .branding }4.9
2121` } </CodeBlock >
2222
@@ -25,7 +25,7 @@ ${props.branding}4.9
2525<TabItem value = " linux" label = " GNU/Linux" >
2626
2727<CodeBlock language = " console" > {
28- ` $ ~/.local/xPacks/@xpack-dev-tools/${props .shortName }/4.9.0-3.1/.content/bin/${props .programName } --version
28+ ` $ ~/.local/xPacks/@xpack-dev-tools/${props .permalinkName }/4.9.0-3.1/.content/bin/${props .programName } --version
2929${props .branding }4.9
3030` } </CodeBlock >
3131
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ import TabItem from '@theme/TabItem';
99
1010### Quick test { #manual - install - quick - test }
1111
12- To check if the { props .longName } installed manually starts properly, use something like:
12+ To check if the { props .descriptiveName } installed manually starts properly, use something like:
1313
1414<Tabs groupId = " operating-systems" >
1515
1616<TabItem value = " macos" label = " macOS" >
1717
1818<CodeBlock language = " console" > {
19- ` % ~/Library/xPacks/${props .shortName }/xpack-${props .shortName }-4.9.0-3/bin/${props .programName } --version
19+ ` % ~/Library/xPacks/${props .permalinkName }/xpack-${props .permalinkName }-4.9.0-3/bin/${props .programName } --version
2020${props .branding }4.9
2121` } </CodeBlock >
2222
@@ -25,7 +25,7 @@ ${props.branding}4.9
2525<TabItem value = " linux" label = " GNU/Linux" >
2626
2727<CodeBlock language = " console" > {
28- ` $ ~/.local/xPacks/${props .shortName }/xpack-${props .shortName }-4.9.0-3/bin/${props .programName } --version
28+ ` $ ~/.local/xPacks/${props .permalinkName }/xpack-${props .permalinkName }-4.9.0-3/bin/${props .programName } --version
2929${props .branding }4.9
3030` } </CodeBlock >
3131
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import AutomaticInstallQuickTest from '../_common/_automatic-install-quick-test.
66{ /* ------------------------------------------------------------------------ */ }
77
88<AutomaticInstallQuickTest
9- longName = " GNU sed"
10- shortName = " sed"
9+ descriptiveName = " GNU sed"
10+ permalinkName = " sed"
1111 programName = " sed"
1212 branding = " sed (GNU sed) "
1313/>
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import ManualInstallQuickTest from '../_common/_manual-install-quick-test.mdx';
66{ /* ------------------------------------------------------------------------ */ }
77
88<ManualInstallQuickTest
9- longName = " GNU sed"
10- shortName = " sed"
9+ descriptiveName = " GNU sed"
10+ permalinkName = " sed"
1111 programName = " sed"
1212 branding = " sed (GNU sed) "
1313/>
You can’t perform that action at this time.
0 commit comments