mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Updating readme for docker install
This commit is contained in:
parent
e8892f24fc
commit
87bf57b1f1
1 changed files with 2 additions and 1 deletions
|
@ -39,10 +39,11 @@ Made with [Rust](https://www.rust-lang.org), [Actix](https://actix.rs/), [Infern
|
|||
|
||||
## Install
|
||||
### Docker
|
||||
Make sure you have both docker and docker-compose installed.
|
||||
```
|
||||
git clone https://github.com/dessalines/lemmy
|
||||
cd lemmy
|
||||
docker-compose up
|
||||
./docker_update.sh # This pulls the newest version, builds and runs it
|
||||
```
|
||||
and goto http://localhost:8536
|
||||
### Local Development
|
||||
|
|
Loading…
Reference in a new issue