blueloveTH 1 yıl önce
ebeveyn
işleme
42db5877a2
1 değiştirilmiş dosya ile 1 ekleme ve 9 silme
  1. 1 9
      README.md

+ 1 - 9
README.md

@@ -80,15 +80,7 @@ To compile it with your project, these flags must be set:
 + `--std=c11` flag must be set
 + For MSVC, `/utf-8` flag must be set
 
-For development build, use this snippet.
-```bash
-# prerequisites
-pip install cmake
-# build the repo
-python cmake_build.py
-# unittest
-python scripts/run_tests.py
-```
+For amalgamated build, run `python amalgamate.py` to generate `pocketpy.c` and `pocketpy.h` in `amalgamated/` directory.
 
 ### Example