INSTALLATION (Docker)

This commit is contained in:
fred 2022-12-05 13:56:00 +01:00
parent ee633948f8
commit 847d4eccdc
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@ Trouvez le moyen d'accéder à votre "Station Astroport" en explorant les enviro
```
sudo apt install git make docker.io
sudo adduser $USER docker
## REBOOT
cd ~/.zen/Astroport.ONE
make
make install
```