소스 검색

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…
취소
저장