瀏覽代碼

docs: add setup scripts to README

master
Bingen Eguzkitza 3 月之前
父節點
當前提交
25a9e5b682
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      README.org

+ 6
- 0
README.org 查看文件

@@ -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

Loading…
取消
儲存