1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

Merge pull request #97 from jeremyVignelles/patch-1

Fixed typo in command
This commit is contained in:
Sylvain 2017-12-28 19:50:55 +01:00 committed by GitHub
commit 20eca121e7
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:
```bash
mkdir -p /apps/fabmanager/config
cd /apps/famanager
cd /apps/fabmanager
cp example/env.exemple config/env
vi config/env
# or use your favorite text editor instead of vi (nano, ne...)