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