Update README.md

This commit is contained in:
Nick Sherron 2020-02-12 04:16:48 -05:00 committed by GitHub
parent 1af500af14
commit 79de0d7d49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ Just run the server
$ bashhub-server
_ _ _ _
| | | | | | | | version: v0.1.1
| | | | | | | | version: v0.2.1
| |__ __ _ ___| |__ | |__ _ _| | address: http://0.0.0.0:8080
| '_ \ / _' / __| '_ \| '_ \| | | | '_ \
| |_) | (_| \__ \ | | | | | | |_| | |_) |
@ -88,7 +88,7 @@ $ docker run -d -p 8080:8080 --name bashhub-server nicksherron/bashhub-server
```
Then add ```export BH_URL=http://localhost:8080``` (or whatever you set your bashhub-server address to) to your .zshrc or .bashrc
```
echo "export BH_URL=http://localhost:8080" >> ~/.bashrc
$ echo "export BH_URL=http://localhost:8080" >> ~/.bashrc
```
or
```
@ -142,7 +142,7 @@ bashhub-server --help
```
With regex
```
$ bh '^bash'
$ bh "^bash"
bashhub setup
bashhub-server version