Skip to content

Commit

Permalink
修改README的构建说明
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Dec 4, 2023
1 parent ec0644f commit f58e1a3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,7 @@ cargo install cargo-ndk
git clone https://github.com/shadow3aaa/fas-rs
cd fas-rs
# Compile:
# build.sh --release / release / -r / r:
# release build
# build.sh --debug / debug / -d / d:
# debug build
chmod +x ./build.sh
./build.sh --release
# Compile
chmod +x ./make.sh
./make.sh build --release
```

0 comments on commit f58e1a3

Please sign in to comment.