Procházet zdrojové kódy

Docs: install git before start

tags/v1.2
Nico Rey před 4 roky
rodič
revize
cc6b32c9ce
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. +6
    -1
      INSTALL.md

+ 6
- 1
INSTALL.md Zobrazit soubor

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


Načítá se…
Zrušit
Uložit