Update install_manually_fr.md

This commit is contained in:
valentin@grimaud.me 2015-09-27 18:15:19 +02:00 committed by YunoHost
parent 7e7a8f0c36
commit 1abfecf69d

View file

@ -16,7 +16,12 @@ sudo apt-get install git
git clone https://github.com/YunoHost/install_script /tmp/install_script
```
3. Lancez le script dinstallation
3. L'utilisateur root doit avoir un mot de passe, si ce n'est pas le cas, créez en un (sinon le script d'installation échoue):
```bash
sudo passwd root
```
4. Lancez le script dinstallation
```bash
cd /tmp/install_script && sudo ./install_yunohostv2
```