Browse Source
Merge pull request #1 from crim50n/crims0n-master-patch-59406
Update README.md
master
crim50n
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
README.md
|
|
@ -6,6 +6,9 @@ |
|
|
|
|
|
|
|
**Синтаксис:** `./install [start_cmd] [-] [end_cmd]` |
|
|
|
|
|
|
|
Синтаксис: |
|
|
|
$./install [start_cmd] [-] [end_cmd] |
|
|
|
$ minios-install [start_cmd] [-] [end_cmd] |
|
|
|
- запуск от start_cmd до end_cmd |
|
|
|
- если start_cmd опущен, выполняются все команды, начиная с первой |
|
|
|
- если end_cmd опущен, выполняются все команды до последней |
|
|
@ -15,5 +18,5 @@ |
|
|
|
Примеры:./install build_bootstrap - build_chroot |
|
|
|
./install - build_chroot |
|
|
|
./install build_bootstrap - |
|
|
|
./install cleanup |
|
|
|
./install build_iso |
|
|
|
./install - |
|
|
|