Browse Source

Docs: install git before start

tags/v1.2
Nico Rey 4 years ago
parent
commit
cc6b32c9ce
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      INSTALL.md

+ 6
- 1
INSTALL.md View File

@@ -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


Loading…
Cancel
Save