Update README.md
This commit is contained in:
parent
12b79df50b
commit
b7973fecc7
1 changed files with 16 additions and 9 deletions
25
README.md
25
README.md
|
@ -12,19 +12,26 @@ FIXME: write something here
|
||||||
|
|
||||||
Simply folow the classic steps :
|
Simply folow the classic steps :
|
||||||
|
|
||||||
./autogen.sh
|
```shell-session
|
||||||
./configure
|
$ ./autogen.sh
|
||||||
make
|
$ ./configure
|
||||||
make install
|
$ make
|
||||||
|
$ sudo make install
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Command-line examples
|
## Command-line examples
|
||||||
|
|
||||||
FIXME: explain each example
|
FIXME: explain each example
|
||||||
|
|
||||||
./alobe -N -i by_hand.0.10 -c 10 -r 3 -n 1 -o -
|
```shell-session
|
||||||
|
$ ./alobe -N -i by_hand.0.10 -c 10 -r 3 -n 1 -o -
|
||||||
./alobe -N -i by_hand.0.11 -c 11 -r 0 -n 1 -o -
|
```
|
||||||
|
|
||||||
./alobe -N -i by_hand.0.9 -c 9 -r 4 -n 1 -o -
|
|
||||||
|
|
||||||
|
```shell-session
|
||||||
|
./alobe -N -i by_hand.0.11 -c 11 -r 0 -n 1 -o -
|
||||||
|
```
|
||||||
|
|
||||||
|
```shell-session
|
||||||
|
./alobe -N -i by_hand.0.9 -c 9 -r 4 -n 1 -o -
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue