updated readme

This commit is contained in:
mattias 2024-01-18 13:40:57 +01:00
parent 2f8c979cd3
commit 8a15bde50e

View File

@ -50,11 +50,13 @@ cd compiler
git config --local pull.rebase true
```
```sh
Update aka fetch new:
cd pas2js
git pull
cd compiler
git pull
```
This will pull any upstream changes to your local FPC repository.