Przeglądaj źródła

docs: add setup scripts to README

master
Bingen Eguzkitza 3 miesięcy temu
rodzic
commit
25a9e5b682
1 zmienionych plików z 6 dodań i 0 usunięć
  1. +6
    -0
      README.org

+ 6
- 0
README.org Wyświetl plik

@@ -202,6 +202,12 @@ If it's a restart, clean first previous containers:
for i in $(docker ps -a | grep Exited | grep ogc | cut -f 1 -d ' '); do docker rm $i; done;
#+end_example

If it's a new installation, run setup scripts:
#+begin_example
./set_arch.sh amd64
./setup.sh # -y for default values
#+end_example

Optionally build:

#+begin_example

Ładowanie…
Anuluj
Zapisz