0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-12 01:20:33 -05:00

Merge pull request #144 from strk/install-via-go

Add instructions to install via go
This commit is contained in:
Thomas Boerger 2016-11-11 14:43:07 +01:00 committed by GitHub
commit f07362b90f

View file

@ -64,6 +64,7 @@ The goal of this project is to make the easiest, fastest, and most painless way
How to install Gitea: How to install Gitea:
- go get code.gitea.io/gitea
- [Ship with Docker](https://github.com/go-gitea/gitea/tree/master/docker) - [Ship with Docker](https://github.com/go-gitea/gitea/tree/master/docker)
- [Install with Vagrant](https://github.com/go-gitea/examples/tree/master/vagrant) - [Install with Vagrant](https://github.com/go-gitea/examples/tree/master/vagrant)