1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

Fixed typo in command

This commit is contained in:
Jérémy VIGNELLES 2017-12-28 19:25:05 +01:00 committed by GitHub
parent f04ee8cbdf
commit ac5ae80c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ You can run the following script as root to easily perform all these operations:
Create the config folder, copy the environnement variables configuration file and edit it: Create the config folder, copy the environnement variables configuration file and edit it:
```bash ```bash
mkdir -p /apps/fabmanager/config mkdir -p /apps/fabmanager/config
cd /apps/famanager cd /apps/fabmanager
cp example/env.exemple config/env cp example/env.exemple config/env
vi config/env vi config/env
# or use your favorite text editor instead of vi (nano, ne...) # or use your favorite text editor instead of vi (nano, ne...)