Update README
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Willem Dantuma 2019-11-07 18:21:32 +01:00
parent 447f56cd7f
commit 914afbbbf9
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ docker run -t -i --entrypoint /bin/bash -p 4200:4200 node:10.16.0
Inside the running container
```
git clone ...
git clone https://git.akkerweb.nl/FarmMaps/FarmMapsLib.git
cd FarmMapslib
npm config set @farmmaps:registry https://repository.akkerweb.nl/repository/npm-group/
npm install -g @angular/cli
@ -37,7 +37,7 @@ Point youre browser to http://localhost:4200
### On youre local machine
```
git clone ...
git clone https://git.akkerweb.nl/FarmMaps/FarmMapsLib.git
cd FarmMapslib
npm config set @farmmaps:registry https://repository.akkerweb.nl/repository/npm-group/
npm install -g @angular/cli