mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
fixed a couple paths in docs (#115)
This commit is contained in:
committed by
Aaron Schlesinger
parent
02b64609d4
commit
8fd44cac61
@@ -8,7 +8,7 @@ by authentication or authorization. Everybody has "god mode"!_
|
||||
|
||||
Athens provides a basic CLI for the registry that makes it convenient to
|
||||
upload a new module, or new version of a module, to the server. Find the code
|
||||
for it in the [./cli](./cli) directory, and build it with the following:
|
||||
for it in the [./cli](./cmd/cli) directory, and build it with the following:
|
||||
|
||||
```console
|
||||
make cli
|
||||
|
||||
@@ -49,7 +49,7 @@ After the `Starting application at 127.0.0.1:3000` is logged, the server is up a
|
||||
As you edit and save code, Buffalo will automatically restart the server. **This means that
|
||||
all of your modules will disappear** because the only storage driver is in-memory right now.
|
||||
|
||||
See [CLI](#CLI) for information on how to add modules back into the server.
|
||||
See [CLI](./CLI.md) for information on how to add modules back into the server.
|
||||
|
||||
## Dependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user