Upgrade README to markdown
This commit is contained in:
parent
b4f2b28c99
commit
99437bad6f
2 changed files with 30 additions and 33 deletions
33
README
33
README
|
@ -1,33 +0,0 @@
|
||||||
README
|
|
||||||
======
|
|
||||||
|
|
||||||
Alobe is a large bidirected graph manipulation tool.
|
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
|
||||||
------------
|
|
||||||
|
|
||||||
FIXME: write something here
|
|
||||||
|
|
||||||
|
|
||||||
Installation
|
|
||||||
------------
|
|
||||||
|
|
||||||
Simply folow the classic steps :
|
|
||||||
|
|
||||||
./autogen.sh
|
|
||||||
./configure
|
|
||||||
make
|
|
||||||
make install
|
|
||||||
|
|
||||||
|
|
||||||
Command-line examples
|
|
||||||
---------------------
|
|
||||||
|
|
||||||
FIXME: write something here
|
|
||||||
|
|
||||||
./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 -
|
|
30
README.md
Normal file
30
README.md
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# README
|
||||||
|
|
||||||
|
Alobe is a large bidirected graph manipulation tool.
|
||||||
|
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
FIXME: write something here
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Simply folow the classic steps :
|
||||||
|
|
||||||
|
./autogen.sh
|
||||||
|
./configure
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
|
||||||
|
|
||||||
|
## Command-line examples
|
||||||
|
|
||||||
|
FIXME: explain each example
|
||||||
|
|
||||||
|
./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 -
|
||||||
|
|
Loading…
Reference in a new issue