Skip to content

Commit

Permalink
fix: update readme after beta test
Browse files Browse the repository at this point in the history
  • Loading branch information
syl-p committed Sep 7, 2021
1 parent 29273a6 commit 71788a5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,20 @@ You can work on this project with a [pia-i18n](https://github.com/LINCnil/pia-i1

This process permit to check your changes on the pia-i18n code (for traduction updates, fixes...) directly on the pia project

### /!\ Requirements /!\ :

- nodejs in lts version (14.17.4)
- ng client `npm install -g @angular/cli`

If you have to update your node version, you may to remove ./node_modules folder and type "npm i or yarn install" before continue.

### Set up your pia project

Get pia-i18n in the projects folder
Clone pia-i18n in a ./projects/pia-i18n folder

```
git clone git@github.com:LINCnil/pia-i18n.git ./project/pia-i18n
git clone git@github.com:LINCnil/pia-i18n.git ./projects/pia-i18n
```

Stop using npm dependancy
Expand Down

0 comments on commit 71788a5

Please sign in to comment.