Fixed README. Remove Railway mention.

This commit is contained in:
Mike Cao 2022-06-27 02:41:31 -07:00
parent 4246d4fa50
commit a37dd6180b

View File

@ -6,12 +6,6 @@ Umami is a simple, fast, privacy-focused alternative to Google Analytics.
A detailed getting started guide can be found at [https://umami.is/docs/](https://umami.is/docs/)
A fast way to get up and running is to use Railway
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/umami)
See [Running on Railway](https://umami.is/docs/running-on-railway) to get started.
## Installing from source
### Requirements
@ -48,8 +42,6 @@ postgresql://username:mypassword@localhost:5432/mydb
mysql://username:mypassword@localhost:3306/mydb
```
This will also create a login account with username **admin** and password **umami**.
### Build the application
```bash
@ -62,6 +54,8 @@ yarn build
yarn update-db
```
This will also create a login account with username **admin** and password **umami**.
### Start the application
```bash