浏览代码

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

正在加载...
取消
保存