Updated installation instructions

This commit is contained in:
2019-04-14 16:28:30 +09:00
parent ba8d7e72d3
commit c210ab36ee
6 changed files with 42 additions and 112 deletions

View File

@ -6,15 +6,24 @@
## Prerequisites
* Install [Ubuntu](https://www.ubuntu.com/) or [MacOS](https://en.wikipedia.org/wiki/MacOS)
* Install [Go](https://golang.org/dl/)
* Install [TypeScript](https://www.typescriptlang.org/)
* Install [Git LFS](https://git-lfs.github.com/)
* Install [Docker](https://www.docker.com/get-started) and [Compose](https://docs.docker.com/compose/install/)
## Start the installation
## Clone the repository
```bash
curl -s https://raw.githubusercontent.com/animenotifier/notify.moe/go/install.sh | bash
git clone https://github.com/animenotifier/notify.moe.git
```
## Download the dev image
```bash
docker pull animenotifier/notify.moe
```
## Run the dev image
```bash
docker-compose run notify.moe
```
## Run the server