From 99437bad6f5713762fe6b236d891bdab45de5ece Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 14 Feb 2020 08:46:43 +0100 Subject: [PATCH] Upgrade README to markdown --- README | 33 --------------------------------- README.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 33 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 7f9d5d4..0000000 --- a/README +++ /dev/null @@ -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 - diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3360c0 --- /dev/null +++ b/README.md @@ -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 - +