README: remove the repo clone step
This commit is contained in:
parent
9bd0e1ba02
commit
385f91400c
13
README.md
13
README.md
|
@ -44,7 +44,7 @@ The first boot to the desktop may take up to 120 seconds. This is normal and is
|
||||||
|
|
||||||
Make sure you have access to internet and update/upgrade your fresh Raspbian install.
|
Make sure you have access to internet and update/upgrade your fresh Raspbian install.
|
||||||
|
|
||||||
Update your Pi first. Open up a terminal, and do the following:
|
Update your Pi first. Open up a terminal or connect via ssh to the Raspberry, and type in the following:
|
||||||
```sh
|
```sh
|
||||||
sudo apt update -y
|
sudo apt update -y
|
||||||
sudo apt upgrade -y
|
sudo apt upgrade -y
|
||||||
|
@ -58,18 +58,9 @@ sudo reboot now
|
||||||
|
|
||||||
## Raspberry Pi configuration
|
## Raspberry Pi configuration
|
||||||
|
|
||||||
### Clone this repository!
|
|
||||||
|
|
||||||
First of all, and to ensure you have the latest documentation available locally, you should clone this repository using git.
|
|
||||||
|
|
||||||
Simply run the following in a terminal:
|
|
||||||
```sh
|
|
||||||
git clone https://github.com/PlanktonPlanet/PlanktonScope/
|
|
||||||
```
|
|
||||||
|
|
||||||
### Enable Camera/SSH/I2C in raspi-config
|
### Enable Camera/SSH/I2C in raspi-config
|
||||||
|
|
||||||
You can now launch the configuration tool:
|
You can launch the configuration tool:
|
||||||
```sh
|
```sh
|
||||||
sudo raspi-config
|
sudo raspi-config
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue