Added download step to installation
This commit is contained in:
parent
1f9e4cab47
commit
f11cc851a7
17
README.md
17
README.md
@ -6,16 +6,19 @@
|
|||||||
[![Coverage][coverage-image]][coverage-url]
|
[![Coverage][coverage-image]][coverage-url]
|
||||||
[![Sponsor][sponsor-image]][sponsor-url]
|
[![Sponsor][sponsor-image]][sponsor-url]
|
||||||
|
|
||||||
## Prerequisites
|
## How to
|
||||||
|
|
||||||
|
### Prerequisites
|
||||||
|
|
||||||
* Install [Go](https://golang.org/)
|
* Install [Go](https://golang.org/)
|
||||||
* Install [TypeScript](https://www.typescriptlang.org/)
|
* Install [TypeScript](https://www.typescriptlang.org/)
|
||||||
|
|
||||||
## Installation
|
### Installation
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/animenotifier/notify.moe.git
|
git clone https://github.com/animenotifier/notify.moe.git
|
||||||
cd notify.moe
|
cd notify.moe
|
||||||
|
go mod download
|
||||||
make tools
|
make tools
|
||||||
make assets
|
make assets
|
||||||
go build
|
go build
|
||||||
@ -33,9 +36,11 @@ go build
|
|||||||
* Import the file `security/default/root.crt` as a trusted Root authority
|
* Import the file `security/default/root.crt` as a trusted Root authority
|
||||||
* Open `https://beta.notify.moe`
|
* 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
|
## Find us
|
||||||
|
|
||||||
@ -44,6 +49,10 @@ Take a look at [how to contribute](docs/contributing.md) to this project.
|
|||||||
* [Twitter](https://twitter.com/animenotifier)
|
* [Twitter](https://twitter.com/animenotifier)
|
||||||
* [GitHub](https://github.com/animenotifier/notify.moe)
|
* [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
|
## Statistics
|
||||||
|
|
||||||
![Uptime (30 days)](https://img.shields.io/uptimerobot/ratio/m777678498-177cb6b2990056768877bc2a.svg)
|
![Uptime (30 days)](https://img.shields.io/uptimerobot/ratio/m777678498-177cb6b2990056768877bc2a.svg)
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/animenotifier/notify.moe.git
|
git clone https://github.com/animenotifier/notify.moe.git
|
||||||
cd notify.moe
|
cd notify.moe
|
||||||
|
go mod download
|
||||||
make tools
|
make tools
|
||||||
make assets
|
make assets
|
||||||
go build
|
go build
|
||||||
|
Loading…
Reference in New Issue
Block a user