summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2016-11-11 14:43:07 +0100
committerGitHub <noreply@github.com>2016-11-11 14:43:07 +0100
commitf07362b90f311168eaabb7d9aad31cc29b59158b (patch)
tree8c955e2e9c73e23dc7cbf48ee6568fe71c312027
parenta1c5f02444b5124a8a96a57769e00728e828c7fc (diff)
parent786cc5bbc808d9ac533cc1f5f270a23eec18b695 (diff)
downloadgitea-f07362b90f311168eaabb7d9aad31cc29b59158b.tar.gz
gitea-f07362b90f311168eaabb7d9aad31cc29b59158b.zip
Merge pull request #144 from strk/install-via-go
Add instructions to install via go
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46d6e7f376..4458f69db2 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
##### Status
-**Current version**: (see [Releases](https://github.com/go-gitea/gitea/releases))
+**Current version**: (see [Releases](https://github.com/go-gitea/gitea/releases))
| Web | UI | Preview |
|:-------------:|:-------:|:-------:|
@@ -64,6 +64,7 @@ The goal of this project is to make the easiest, fastest, and most painless way
How to install Gitea:
+- go get code.gitea.io/gitea
- [Ship with Docker](https://github.com/go-gitea/gitea/tree/master/docker)
- [Install with Vagrant](https://github.com/go-gitea/examples/tree/master/vagrant)