mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 22:47:37 +03:00
Revert build instructions to use build.sh
This commit is contained in:
parent
82a98aef34
commit
f9d5c0cb02
1 changed files with 10 additions and 5 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue