@@ -11,14 +11,14 @@ import customField from '@site/src/libs/customField';
1111
1212### Quick test { #manual - install - quick - test }
1313
14- To check if the { props .appName } installed manually starts properly, use something like:
14+ To check if the { props .longName } installed manually starts properly, use something like:
1515
1616<Tabs groupId = " operating-systems" >
1717
1818<TabItem value = " windows" label = " Windows" default >
1919
2020<CodeBlock language = " console" > {
21- ` C:\\ > %USERPROFILE%\\ AppData\\ Roaming\\ xPacks\\ ${props .appLcName }\\ xpack-${props .appLcName }-${customField (' xpackVersion' )}\\ bin\\ ${props .programName }.exe --version
21+ ` C:\\ > %USERPROFILE%\\ AppData\\ Roaming\\ xPacks\\ ${props .shortName }\\ xpack-${props .shortName }-${customField (' xpackVersion' )}\\ bin\\ ${props .programName }.exe --version
2222${props .branding }${customField (' upstreamVersion' )}
2323` } </CodeBlock >
2424
@@ -27,7 +27,7 @@ ${props.branding}${customField('upstreamVersion')}
2727<TabItem value = " macos" label = " macOS" >
2828
2929<CodeBlock language = " console" > {
30- ` % ~/Library/xPacks/${props .appLcName }/xpack-${props .appLcName }-${customField (' xpackVersion' )}/bin/${props .programName } --version
30+ ` % ~/Library/xPacks/${props .shortName }/xpack-${props .shortName }-${customField (' xpackVersion' )}/bin/${props .programName } --version
3131${props .branding }${customField (' upstreamVersion' )}
3232` } </CodeBlock >
3333
@@ -36,7 +36,7 @@ ${props.branding}${customField('upstreamVersion')}
3636<TabItem value = " linux" label = " GNU/Linux" >
3737
3838<CodeBlock language = " console" > {
39- ` $ ~/.local/xPacks/${props .appLcName }/xpack-${props .appLcName }-${customField (' xpackVersion' )}/bin/${props .programName } --version
39+ ` $ ~/.local/xPacks/${props .shortName }/xpack-${props .shortName }-${customField (' xpackVersion' )}/bin/${props .programName } --version
4040${props .branding }${customField (' upstreamVersion' )}
4141` } </CodeBlock >
4242
0 commit comments