add one liner to get started to docs (#1278)

* add one liner to get started to docs

* Updates based on spanish review.

* Updates based on chinese review.
This commit is contained in:
Chris Bystrek
2019-06-27 16:16:52 -04:00
committed by Aaron Schlesinger
parent e832c83ecd
commit d398221ff1
3 changed files with 21 additions and 0 deletions
+7
View File
@@ -11,6 +11,13 @@ Welcome, Gophers! We're looking forward to introducing you to Athens..
On this site, we document Athens in detail. We'll teach you what it does, why it matters, what you can do with it, and how you can run it yourself. Below is a brief summary for you.
#### How To Get Started?
Run `docker run -p '3000:3000' gomods/athens:latest`
Then, set up your `GOPROXY` and `go get` going!
export GOPROXY=http://localhost:3000 && go get module@v1
#### What Does Athens Do?
Athens provides a server for [Go Modules](https://github.com/golang/go/wiki/Modules) that you can run. It serves public code and your private code for you, so you don't have to pull directly from a version control system (VCS) like GitHub or GitLab.