Update README.md
This commit is contained in:
parent
39567fcefd
commit
2596e2785a
1 changed files with 1 additions and 3 deletions
|
|
@ -2,13 +2,11 @@
|
||||||
|
|
||||||
**hensei-api** is the backend for [granblue.team](https://app.granblue.team/), an app for saving and sharing teams for [Granblue Fantasy](https://game.granbluefantasy.jp).
|
**hensei-api** is the backend for [granblue.team](https://app.granblue.team/), an app for saving and sharing teams for [Granblue Fantasy](https://game.granbluefantasy.jp).
|
||||||
|
|
||||||
## Getting Started
|
|
||||||
|
|
||||||
**Please note that these instructions are a work-in-progress!**
|
**Please note that these instructions are a work-in-progress!**
|
||||||
|
|
||||||
### Installing Ruby
|
### Installing Ruby
|
||||||
|
|
||||||
You'll need to install ruby-3.0.0. We recommend using [RVM](https://rvm.io/) and creating a gemset to manage your Ruby installation.
|
You'll need to install ruby-3.0.0. We recommend using [RVM](https://rvm.io/) and creating a gemset to manage your Ruby installation. Before proceeding, install the GPG keys from the official RVM website.
|
||||||
|
|
||||||
```
|
```
|
||||||
\curl -sSL https://get.rvm.io | bash -s stable
|
\curl -sSL https://get.rvm.io | bash -s stable
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue