소스 검색

Docs: install git before start

tags/v1.2
Nico Rey 4 년 전
부모
커밋
cc6b32c9ce
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +6
    -1
      INSTALL.md

+ 6
- 1
INSTALL.md 파일 보기

@@ -19,7 +19,12 @@
I'm using [Raspbian](https://www.raspberrypi.org/downloads/raspbian/) as it have full support for Raspberry PI, simple package manager and it's pretty stable

# Automatic install
1. Clone this repository on your home directory
1. Update repositories and install git
```
sudo apt update
sudo apt install git
```
2. Clone this repository on your home directory
```
cd $HOME
git clone https://github.com/reynico/raspberry-noaa.git


불러오는 중...
취소
저장