mirror of
https://github.com/gomods/athens
synced 2026-02-03 11:00:32 +00:00
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:
committed by
Aaron Schlesinger
parent
e832c83ecd
commit
d398221ff1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user