mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-22 02:53:43 -07:00
SC2: Update docs for Linux launch script to follow the core client migration (#5407)
This commit is contained in:
@@ -247,7 +247,7 @@ PATH_TO_ARCHIPELAGO=
|
|||||||
ARCHIPELAGO="$(ls ${PATH_TO_ARCHIPELAGO:-$(dirname $0)}/Archipelago_*.AppImage | sort -r | head -1)"
|
ARCHIPELAGO="$(ls ${PATH_TO_ARCHIPELAGO:-$(dirname $0)}/Archipelago_*.AppImage | sort -r | head -1)"
|
||||||
|
|
||||||
# Start the Archipelago client
|
# Start the Archipelago client
|
||||||
$ARCHIPELAGO Starcraft2Client
|
$ARCHIPELAGO "Starcraft 2 Client"
|
||||||
```
|
```
|
||||||
|
|
||||||
For Lutris installs, you can run `lutris -l` to get the numerical ID of your StarCraft II install, then run the command
|
For Lutris installs, you can run `lutris -l` to get the numerical ID of your StarCraft II install, then run the command
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ PATH_TO_ARCHIPELAGO=
|
|||||||
ARCHIPELAGO="$(ls ${PATH_TO_ARCHIPELAGO:-$(dirname $0)}/Archipelago_*.AppImage | sort -r | head -1)"
|
ARCHIPELAGO="$(ls ${PATH_TO_ARCHIPELAGO:-$(dirname $0)}/Archipelago_*.AppImage | sort -r | head -1)"
|
||||||
|
|
||||||
# Lance le client de Archipelago
|
# Lance le client de Archipelago
|
||||||
$ARCHIPELAGO Starcraft2Client
|
$ARCHIPELAGO "Starcraft 2 Client"
|
||||||
```
|
```
|
||||||
|
|
||||||
Pour une installation via Lutris, vous pouvez exécuter `lutris -l` pour obtenir l'identifiant numérique de votre
|
Pour une installation via Lutris, vous pouvez exécuter `lutris -l` pour obtenir l'identifiant numérique de votre
|
||||||
|
|||||||
Reference in New Issue
Block a user