Skip to content

Commit

Permalink
update for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Oct 6, 2013
1 parent 0cdcfae commit 7cd89c2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,12 @@ Just get a code checkout and initialize all git submodules, like so:
```
git clone --recursive https://github.com/vimeo/graph-explorer.git
```
This will give you the latest bleeding edge code (master branch), which can be a buggy sometimes.
You can use a "release" by checking out one of the tags:
This will give you the latest bleeding edge code (master branch), which may be buggy.
You can switch to the latest stable release with "git checkout v1.0.0"

* 2013.06.13
* 2013.04.19

or of course, download a release from the [release page](https://github.com/vimeo/graph-explorer/releases)
The [releases page](https://github.com/vimeo/graph-explorer/releases) has more info, but don't download from there, the downloads don't contain
the needed submodules!
Graph Explorer version numbering is based on [semver](http://semver.org/).

## Configuration of graph-explorer

Expand Down

0 comments on commit 7cd89c2

Please sign in to comment.