Added download step to installation

This commit is contained in:
Eduard Urbach 2019-09-02 08:50:13 +09:00
parent 1f9e4cab47
commit f11cc851a7
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0
2 changed files with 14 additions and 4 deletions

View File

@ -6,16 +6,19 @@
[![Coverage][coverage-image]][coverage-url]
[![Sponsor][sponsor-image]][sponsor-url]
## Prerequisites
## How to
### Prerequisites
* Install [Go](https://golang.org/)
* Install [TypeScript](https://www.typescriptlang.org/)
## Installation
### Installation
```shell
git clone https://github.com/animenotifier/notify.moe.git
cd notify.moe
go mod download
make tools
make assets
go build
@ -33,9 +36,11 @@ go build
* Import the file `security/default/root.crt` as a trusted Root authority
* Open `https://beta.notify.moe`
## What now?
### What now?
Take a look at [how to contribute](docs/contributing.md) to this project.
* Try the [example task for newcomers](docs/new-contributor-task.md).
* Make some changes and upload them to a new branch on your fork.
* Create a pull request on this repository.
## Find us
@ -44,6 +49,10 @@ Take a look at [how to contribute](docs/contributing.md) to this project.
* [Twitter](https://twitter.com/animenotifier)
* [GitHub](https://github.com/animenotifier/notify.moe)
## Contributing
Please read [CONTRIBUTING.md](docs/contributing.md) for details on how to contribute to this project.
## Statistics
![Uptime (30 days)](https://img.shields.io/uptimerobot/ratio/m777678498-177cb6b2990056768877bc2a.svg)

View File

@ -14,6 +14,7 @@
```shell
git clone https://github.com/animenotifier/notify.moe.git
cd notify.moe
go mod download
make tools
make assets
go build