diff --git a/README.md b/README.md index a07e9e9a..f9694379 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,21 @@ a sinatra inspired modern c++ web framework #Build on linux -###Debian/Ubuntu: -##### First: Boost library +### First: Boost library +#####Debian/Ubuntu: + ``` sudo apt-get install libboost-dev sudo apt-get install libboost-system-dev libboost-coroutine-dev libboost-thread-dev ``` -##### Then: Make binary + +### ArchLinux +``` +sudo pacman -S boost +``` + +### Then: Make binary ``` git clone https://github.com/topcpporg/cinatra.git cd cinatra