Fix npm install command line

Signed-off-by: Julen Landa Alustiza <jlandaal@redhat.com>
This commit is contained in:
Julen Landa Alustiza 2021-02-01 12:05:41 +01:00
parent 89646e7799
commit ff27c486bf

View File

@ -62,7 +62,7 @@ The AWX UI requires the following:
Run the following to install all the dependencies:
```bash
(host) $ npm run install
(host) $ npm install
```
#### Build the User Interface