diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,10 +5,15 @@ to serve vanity import paths for Go modules. ## Installation +To build sally from source, use: + ```bash go install go.uber.org/sally@latest ``` +Alternatively, get a pre-built Docker image from +https://github.com/uber-go/sally/pkgs/container/sally. + ## Usage Create a YAML file with the following structure: |