Explorar el Código

Docs: install git before start

tags/v1.2
Nico Rey hace 4 años
padre
commit
cc6b32c9ce
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. +6
    -1
      INSTALL.md

+ 6
- 1
INSTALL.md Ver fichero

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


Cargando…
Cancelar
Guardar