Skip to content

Commit 18a2c02

Browse files
authored
Update README.md
1 parent ce81a40 commit 18a2c02

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ Space Station 14 launcher fork with client-side patching and resource pack suppo
6464
2. Клонировать репозиторий с сабмодулями:
6565
`git clone --recurse-submodules https://github.com/MusyaCliento/MusyaLoader.git`
6666
3. Собрать:
67-
`python publish.py`
68-
4. Распаковать архив из `PublishFiles` и запустить.
67+
`python publish.py windows --x64-only`
68+
`python publish.py linux --x64-only`
69+
`python publish.py osx`
70+
4. Распаковать архив из `MusyaLoader_YourOS.zip` и запустить.
6971

7072
### Resource Packs: документация
7173

@@ -184,7 +186,9 @@ Resources/
184186
2. Clone with submodules:
185187
`git clone --recurse-submodules https://github.com/MusyaCliento/MusyaLoader.git`
186188
3. Build:
187-
`python publish.py`
189+
`python publish.py windows --x64-only`
190+
`python publish.py linux --x64-only`
191+
`python publish.py osx`
188192
4. Unzip from `PublishFiles` and run.
189193

190194
### Resource Packs: documentation

0 commit comments

Comments
 (0)