From a37dd6180b3c3baf20ee22199dec25284b7fc6bd Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Mon, 27 Jun 2022 02:41:31 -0700 Subject: [PATCH] Fixed README. Remove Railway mention. --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index afa6a249..e8b6cfa4 100644 --- a/README.md +++ b/README.md @@ -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