diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-08-18 22:22:02 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-08-18 22:22:02 +0200 |
commit | 8b483f66d1600498e5f27219ec6432f1149185ab (patch) | |
tree | 2acaa9c9c5539dfd48f8e7418cecb3a738e7f19c | |
parent | 3ce98f1f30e263589318b419e6a6c8452bd697bf (diff) | |
download | biomed-8b483f66d1600498e5f27219ec6432f1149185ab.tar.gz biomed-8b483f66d1600498e5f27219ec6432f1149185ab.tar.bz2 biomed-8b483f66d1600498e5f27219ec6432f1149185ab.zip |
Fixed README
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index b905022..15b33d8 100644 --- a/README.markdown +++ b/README.markdown @@ -30,4 +30,4 @@ You need a recent version of GTK 2.x. If you are on Linux, you probably already You will need Go (1.1 or greater) and the development files for GTK 2.x. -Then compiling is done by running: `go get github.com/kch42/biomed...` +Then compiling is done by running: `go get github.com/kch42/biomed` |