blueloveTH 2 yıl önce
ebeveyn
işleme
4929b9d247
2 değiştirilmiş dosya ile 6 ekleme ve 2 silme
  1. 4 2
      README.md
  2. 2 0
      docs/quick-start/installation.md

+ 4 - 2
README.md

@@ -45,11 +45,13 @@ These platforms are officially tested.
 Download the `pocketpy.h` on our [GitHub Release](https://github.com/blueloveTH/pocketpy/releases) page.
 And `#include` it in your project.
 
-You can also use cmake to build it from source. See CMakeLists.txt for details.
+You can also use cmake to build it from source. See [CMakeLists.txt](https://github.com/blueloveTH/pocketpy/blob/main/CMakeLists.txt) for details.
 These variables can be set to control the build process:
-+ `PK_BUILD_STATIC_LIB` - Build the static library
++ `PK_BUILD_STATIC_LIB` - Build the static library (default, recommended)
 + `PK_BUILD_SHARED_LIB` - Build the shared library
 
+It is safe to use `main` branch in production.
+
 ### Compile Flags
 
 To compile it with your project, these flags must be set:

+ 2 - 0
docs/quick-start/installation.md

@@ -36,6 +36,8 @@ These variables can be set to control the build process:
 
 See [CMakeLists.txt](https://github.com/blueloveTH/pocketpy/blob/main/CMakeLists.txt) for details.
 
+It is safe to use `main` branch in production.
+
 ### Compile flags
 
 To compile it with your project, these flags must be set: