فهرست منبع

note about fixes branch

mattias 1 سال پیش
والد
کامیت
f00d79df31
1فایلهای تغییر یافته به همراه9 افزوده شده و 0 حذف شده
  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