From 8a15bde50e55b10b86581e37488008ac5fbee6ec Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 18 Jan 2024 13:40:57 +0100 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d98d1a..1fa681e 100644 --- a/README.md +++ b/README.md @@ -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.