@@ -251,7 +251,7 @@ To install a **specific version**, specify it explicitly:
251
251
252
252
<Tabs groupId = " operating-systems" >
253
253
254
- <TabItem value = " linux " label = " GNU/Linux " >
254
+ <TabItem value = " macos " label = " macOS " >
255
255
256
256
The main result is a set
257
257
of links in
@@ -274,7 +274,7 @@ export PATH=<...project-path...>/xpacks/.bin:$PATH
274
274
275
275
</TabItem >
276
276
277
- <TabItem value = " macos " label = " macOS " >
277
+ <TabItem value = " linux " label = " GNU/Linux " >
278
278
279
279
The main result is a set
280
280
of links in
@@ -402,18 +402,18 @@ the project build configurations need a PATH adjustment:
402
402
403
403
<Tabs groupId = " operating-systems" >
404
404
405
- <TabItem value = " linux " label = " GNU/Linux " >
405
+ <TabItem value = " macos " label = " macOS " >
406
406
407
407
<CodeBlock language = " sh" > {
408
- ` export PATH=$HOME/.local /xPacks/@xpack -dev-tools/texinfo/${customField (' xpackVersion' )}.${customField (' npmSubversion' )}/.content/bin:$PATH
408
+ ` export PATH=$HOME/Library /xPacks/\@ pack -dev-tools/texinfo/${customField (' xpackVersion' )}.${customField (' npmSubversion' )}/.content/bin:$PATH
409
409
` } </CodeBlock >
410
410
411
411
</TabItem >
412
412
413
- <TabItem value = " macos " label = " macOS " >
413
+ <TabItem value = " linux " label = " GNU/Linux " >
414
414
415
415
<CodeBlock language = " sh" > {
416
- ` export PATH=$HOME/Library /xPacks/\@ pack -dev-tools/texinfo/${customField (' xpackVersion' )}.${customField (' npmSubversion' )}/.content/bin:$PATH
416
+ ` export PATH=$HOME/.local /xPacks/@xpack -dev-tools/texinfo/${customField (' xpackVersion' )}.${customField (' npmSubversion' )}/.content/bin:$PATH
417
417
` } </CodeBlock >
418
418
419
419
</TabItem >
@@ -458,17 +458,17 @@ For a thorough clean-up, please note that **xpm** uses only two folders:
458
458
459
459
<Tabs groupId = " operating-systems" >
460
460
461
- <TabItem value = " linux " label = " GNU/Linux " >
461
+ <TabItem value = " macos " label = " macOS " >
462
462
463
- - ` ${HOME}/.local /xPacks `
464
- - ` ${HOME}/.cache /xPacks `
463
+ - ` ${HOME}/Library /xPacks `
464
+ - ` ${HOME}/Library/Caches /xPacks `
465
465
466
466
</TabItem >
467
467
468
- <TabItem value = " macos " label = " macOS " >
468
+ <TabItem value = " linux " label = " GNU/Linux " >
469
469
470
- - ` ${HOME}/Library /xPacks `
471
- - ` ${HOME}/Library/Caches /xPacks `
470
+ - ` ${HOME}/.local /xPacks `
471
+ - ` ${HOME}/.cache /xPacks `
472
472
473
473
</TabItem >
474
474
@@ -496,13 +496,13 @@ the <a href={`https://github.com/xpack-dev-tools/texinfo-xpack/releases/`}>GitHu
496
496
497
497
<Tabs groupId = " operating-systems" >
498
498
499
- <TabItem value = " linux " label = " GNU/Linux " >
499
+ <TabItem value = " macos " label = " macOS " >
500
500
501
- The GNU/Linux versions of ** xPack GNU texinfo**
501
+ The macOS versions of ** xPack GNU texinfo**
502
502
are packed as ` .tar.gz ` archives.
503
503
Download the latest version named like:
504
504
505
- - <code >xpack-texinfo-{ customField (' xpackVersion' )} -linux -x64.tar.gz</code >- <code >xpack-texinfo-{ customField (' xpackVersion' )} -linux -arm64.tar.gz</ code >- < code >xpack-texinfo- { customField ( ' xpackVersion ' ) } -linux-arm .tar.gz</code >
505
+ - <code >xpack-texinfo-{ customField (' xpackVersion' )} -darwin -x64.tar.gz</code >- <code >xpack-texinfo-{ customField (' xpackVersion' )} -darwin -arm64.tar.gz</code >
506
506
507
507
:::note
508
508
@@ -515,26 +515,26 @@ To manually install the <b>xPack GNU texinfo</b>,
515
515
unpack the archive and move it to a location of your choice.
516
516
517
517
The recommended location is
518
- the <code >~ /.local /xPacks/texinfo</code > folder, for
519
- example <code >/home /ilg/.local /xPacks/texinfo/xpack-texinfo-{ customField (' xpackVersion' )} </code >:
518
+ the <code >~ /Library /xPacks/texinfo</code > folder, for
519
+ example <code >/Users /ilg/Library /xPacks/texinfo/xpack-texinfo-{ customField (' xpackVersion' )} </code >:
520
520
521
521
<CodeBlock language = " console" > {
522
- ` mkdir -p ~/.local /xPacks/texinfo
523
- cd ~/.local /xPacks/texinfo
522
+ ` mkdir -p ~/Library /xPacks/texinfo
523
+ cd ~/Library /xPacks/texinfo
524
524
525
- tar xvf ~/Downloads/xpack-texinfo-${customField (' xpackVersion' )}-linux -x64.tar.gz
525
+ tar xvf ~/Downloads/xpack-texinfo-${customField (' xpackVersion' )}-darwin -x64.tar.gz
526
526
chmod -R -w xpack-texinfo-${customField (' xpackVersion' )}
527
527
` } </CodeBlock >
528
528
529
529
</TabItem >
530
530
531
- <TabItem value = " macos " label = " macOS " >
531
+ <TabItem value = " linux " label = " GNU/Linux " >
532
532
533
- The macOS versions of ** xPack GNU texinfo**
533
+ The GNU/Linux versions of ** xPack GNU texinfo**
534
534
are packed as ` .tar.gz ` archives.
535
535
Download the latest version named like:
536
536
537
- - <code >xpack-texinfo-{ customField (' xpackVersion' )} -darwin -x64.tar.gz</code >- <code >xpack-texinfo-{ customField (' xpackVersion' )} -darwin -arm64.tar.gz</code >
537
+ - <code >xpack-texinfo-{ customField (' xpackVersion' )} -linux -x64.tar.gz</code >- <code >xpack-texinfo-{ customField (' xpackVersion' )} -linux -arm64.tar.gz</ code >- < code >xpack-texinfo- { customField ( ' xpackVersion ' ) } -linux-arm .tar.gz</code >
538
538
539
539
:::note
540
540
@@ -547,14 +547,14 @@ To manually install the <b>xPack GNU texinfo</b>,
547
547
unpack the archive and move it to a location of your choice.
548
548
549
549
The recommended location is
550
- the <code >~ /Library /xPacks/texinfo</code > folder, for
551
- example <code >/Users /ilg/Library /xPacks/texinfo/xpack-texinfo-{ customField (' xpackVersion' )} </code >:
550
+ the <code >~ /.local /xPacks/texinfo</code > folder, for
551
+ example <code >/home /ilg/.local /xPacks/texinfo/xpack-texinfo-{ customField (' xpackVersion' )} </code >:
552
552
553
553
<CodeBlock language = " console" > {
554
- ` mkdir -p ~/Library /xPacks/texinfo
555
- cd ~/Library /xPacks/texinfo
554
+ ` mkdir -p ~/.local /xPacks/texinfo
555
+ cd ~/.local /xPacks/texinfo
556
556
557
- tar xvf ~/Downloads/xpack-texinfo-${customField (' xpackVersion' )}-darwin -x64.tar.gz
557
+ tar xvf ~/Downloads/xpack-texinfo-${customField (' xpackVersion' )}-linux -x64.tar.gz
558
558
chmod -R -w xpack-texinfo-${customField (' xpackVersion' )}
559
559
` } </CodeBlock >
560
560
@@ -580,15 +580,15 @@ After install, the package creates a hierarchy of folders like the following
580
580
581
581
<Tabs groupId = " operating-systems" >
582
582
583
- <TabItem value = " linux " label = " GNU/Linux " >
583
+ <TabItem value = " macos " label = " macOS " >
584
584
585
- <FoldersHierarchiesLinux />
585
+ <FoldersHierarchiesMacOS />
586
586
587
587
</TabItem >
588
588
589
- <TabItem value = " macos " label = " macOS " >
589
+ <TabItem value = " linux " label = " GNU/Linux " >
590
590
591
- <FoldersHierarchiesMacOS />
591
+ <FoldersHierarchiesLinux />
592
592
593
593
</TabItem >
594
594
0 commit comments