Skip to content

Commit 013f45e

Browse files
authored
Update README.md
1 parent d20b110 commit 013f45e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ rm mysql-connector-c++-8.1.0-linux-glibc2.28-x86-64bit.tar.gz
5656
mkdir build
5757
./run.sh
5858
```
59+
```
60+
#Another way (macos linux )
61+
sudo apt install git gcc g++ cmake libjsoncpp-dev uuid-dev zlib1g-dev openssl libssl-dev
62+
git clone https://github.com/stepbystepcode/flypen.git --recursive
63+
cd flypen
64+
./run.sh
65+
```
5966
## API Documentation
6067
See [API.md](API.md) for details on APIs for authentication, user management, documents, etc.
6168

0 commit comments

Comments
 (0)