Revert build instructions to use build.sh

This commit is contained in:
fox.cpp 2020-08-23 16:38:00 +03:00
parent 82a98aef34
commit f9d5c0cb02
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0

View file

@ -34,14 +34,19 @@ git clone https://github.com/foxcpp/maddy.git
cd maddy
```
2. Build it
3. Switch to the corresponding release.
e.g.
```
make
git checkout v0.4.0
```
or to in-development version:
```
git checkout dev
```
3. Install it
2. Build & install it
```
sudo make install
./build.sh
```
Have fun!
3. Have fun!