~blowry/sourcehut-vanity

7a90dea7f44b04e55c7e28fef4462891dfcd6516 — Benjamin Lowry 3 years ago ffa50dd
Add install and usage information to README
1 files changed, 12 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +12 -0
@@ 1,3 1,15 @@
# sourcehut-vanity

A simple program to serve redirects to your projects on sr.ht. Compatible with `go get` clients and godoc.org

# Install
```
make
sudo make install
```

# Use
```
$ sourcehut-vanity blowry 0.0.0.0:8080
```
Replace my username with yours, and enter an alternative address to bind to if desired.