1
0
mirror of https://github.com/fumiama/simple-crypto.git synced 2026-06-05 01:50:24 +08:00

edit README

This commit is contained in:
源文雨
2023-07-08 20:00:02 +08:00
parent 4b09328d0c
commit c9595dc90f

View File

@@ -44,9 +44,9 @@ git clone https://github.com/fumiama/simple-crypto.git
cd simple-crypto
mkdir build
cd build
cmake ..
make
make install
cmake -DCMAKE_BUILD_TYPE:STRING=Release ..
cmake --build . --config Release --target all --
cmake --install .
```
# Usage