Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
README: update install section
  • Loading branch information
mariux committed Oct 26, 2015
1 parent 68e8a19 commit bc32b56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -14,18 +14,20 @@ https://github.com/mariux/mxq
## Installation
### Install using `GNU make`
```
make
make install
```

or to specify a prefix:
```
make PREFIX=...
make PREFIX=... [DESTDIR=...] install
```
### Install using `bee`
```
bee init $(bee download git://github.molgen.mpg.de/mariux64/mxq.git) --execute
bee update mxq
```

or to specify a prefix
```
bee init $(bee download git://github.molgen.mpg.de/mariux64/mxq.git) --prefix=... --execute
bee update mxq
Expand Down

0 comments on commit bc32b56

Please sign in to comment.