Skip to content

Commit

Permalink
Now description about installing is better.
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Ficarola committed Jul 26, 2012
1 parent f031d76 commit 45ffad4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,13 @@ Installing
------------------
You have two options:

1. Download the latest version of the JAR file from the [download page](https://github.com/francesco-ficarola/gexf4j/downloads)
2. Download the source, and compile/install using maven2 (mvn clean && mvn package)
1. (Recommended) Clone the repository and compile/install using maven2:

$ git clone https://github.com/francesco-ficarola/gexf4j.git

$ mvn clean package

2. Download the latest version of the JAR file from the [download page](https://github.com/francesco-ficarola/gexf4j/downloads)

Dependecies
------------------
Expand Down

0 comments on commit 45ffad4

Please sign in to comment.