Pārlūkot izejas kodu

note about fixes branch

mattias 1 gadu atpakaļ
vecāks
revīzija
f00d79df31
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  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.
 
+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
 type the following command:
 ```sh