Update Admin build Docs

This commit is contained in:
DMehaffy 2018-07-10 00:50:59 -07:00
parent f11b6da405
commit 2abf6d46c5

View File

@ -62,6 +62,8 @@ The panel will be available through [http://localhost:1337/dashboard](http://loc
### Development mode
Note that to modify the administration panel, your project needs to be created with using the `dev` flag, an example of such would be: `strapi new strapi --dev`.
**#1 — Install its own dependencies**
Run `npm install` from the `./admin` folder.
@ -99,7 +101,7 @@ Note: make sure the size of your image is the same as the existing one (434px x
## Build
To build the administration, run the following command from the `./admin` folder:
To build the administration, run the following command from the root directory of your project, **not** the `./admin folder:
```
npm run build