Browse Source

Update 'README.md'

sergio.mattei 2 years ago
parent
commit
096b35bf68
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

11
 To run the Renacer Social development environment, you must run the following commands:
11
 To run the Renacer Social development environment, you must run the following commands:
12
 
12
 
13
 ```
13
 ```
14
+npm install -g @ionic/cli
14
 npm install
15
 npm install
15
 ionic serve -l
16
 ionic serve -l
16
 ```
17
 ```