소스 검색

Update README.md

Toby Chui 3 년 전
부모
커밋
d0493fe130
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -75,6 +75,10 @@ To optain the .img file, you can unzip the compressed image using 7zip. If you d
 
 Since v1.119, arozos pre-build image has been moved from the original Raspberry Pi OS 32-bit to 64-bit for better utilization of system resources. For older version of Pis, you can install arozos with the command below with a fresh installation of Raspberry Pi OS
 
+```
+curl -L https://raw.githubusercontent.com/tobychui/arozos/master/installer/install_for_pi.sh | bash
+```
+or without curl
 ```
 cd ~/
 wget https://raw.githubusercontent.com/tobychui/arozos/master/installer/install_for_pi.sh