소스 검색

Update README.md

Added execution example command in instillation section
Toby Chui 3 년 전
부모
커밋
785c7ecdf1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -41,6 +41,8 @@ Run the following the command to build the system
 git clone https://github.com/tobychui/arozos
 cd ./arozos/src/
 go build
+./arozos 
+#sudo ./arozos for enabling hardware and WiFi management features
 ```
 (Yes, it is that simple)