Compare commits

...

2 Commits

Author SHA1 Message Date
LefsFlare fbece33bb6 Added important build stability instructions to README 2016-11-11 23:28:07 +08:00
LefsFlare 37cd470570 Accentuate the instability of the master branch
Basically, this PR tells the end-user that gitea is still unstable.
2016-11-11 23:23:17 +08:00
1 changed files with 3 additions and 1 deletions

View File

@ -63,8 +63,10 @@ The goal of this project is to make the easiest, fastest, and most painless way
**Note: As Gitea is a [Gogs](https://github.com/gogits/gogs) fork, tutorials and documentation related to gogs applies to Gitea too**
How to install Gitea:
_Do note that this Gitea branch is **not** stable enough for builds_
_Build from tags for the latest stable build, otherwise for development purposes, build from master_
- go get code.gitea.io/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)