summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-04-06 16:48:54 -0700
committerDessalines <happydooby@gmail.com>2019-04-06 16:48:54 -0700
commit907064b94e4633f02397cad3d65294284dc9f3d9 (patch)
treee1b7081b8d22fa563c1a31556d9ac03cf1d5883a /README.md
parent4ee79d963b8393f70a3e1ecbe42187007d8bc4f4 (diff)
Changing port, adding icon.
- Fixes #46 - Fixes #37
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 949b49e2..96d81ead 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ git clone https://github.com/dessalines/lemmy
cd lemmy
docker-compose up
```
-and goto http://localhost:8080
+and goto http://localhost:8536
### Local Development
#### Requirements
- [Rust](https://www.rust-lang.org/)
@@ -43,7 +43,7 @@ git clone https://github.com/dessalines/lemmy
cd lemmy
./install.sh
```
-and goto http://localhost:8080
+and goto http://localhost:8536
## Documentation
- [ActivityPub API.md](docs/API.md)