From fe8470b2c8a5a9af27639d609325b52942f70130 Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Sun, 22 May 2022 10:57:55 +0800 Subject: [PATCH] Update README.md --- README.md | 32 +------------------------------- 1 file changed, 1 insertion(+), 31 deletions(-) diff --git a/README.md b/README.md index f2cd4e9bd..8e1d173e4 100644 --- a/README.md +++ b/README.md @@ -574,41 +574,11 @@ step2: build and run the docker contianer ``` sh build.sh sh run.sh -# now you are in the port/linux -``` - -step3: init the port/linux -``` shell -sh pull-core.sh -sh init.sh -``` - -step4: test the core -``` shell -sh gtest.sh -sh ci_benchmark.sh -``` - -step5: Run the REPL -``` shell -sh run.sh -``` - -## Test core in linux (ubuntu20.04 is recommend) - -step1: Clone the repo -``` shell -git clone https://github.com/pikastech/pikascript -cd pikascript/port/linux -``` - -step2: install dependency -``` -sh install_dependency.sh # install dependency ``` step3: init the port/linux ``` shell +cd port/linux sh pull-core.sh sh init.sh ```