Browse Source

note about fixes branch

mattias 1 year ago
parent
commit
f00d79df31
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -60,6 +60,15 @@ git pull
 
 
 This will pull any upstream changes to your local FPC repository.
 This will pull any upstream changes to your local FPC repository.
 
 
+Switching to the fixes branch:
+```sh
+cd pas2js
+git checkout fixes_3_0
+cd compiler
+git checkout pas2js/fixes_3_0
+```
+
+
 #### Building on Linux/macOS
 #### Building on Linux/macOS
 type the following command:
 type the following command:
 ```sh
 ```sh