1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

Update README.md

typo : env.example and not env.exemple
This commit is contained in:
Alexandre Giroud-Bit 2018-03-06 14:14:45 +01:00 committed by GitHub
parent 7a042ae349
commit 66fc6c4a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ Create the config folder, copy the environnement variables configuration file an
```bash
mkdir -p /apps/fabmanager/config
cd /apps/fabmanager
cp example/env.exemple config/env
cp example/env.example config/env
vi config/env
# or use your favorite text editor instead of vi (nano, ne...)
```