From 5c30a052fa3f49ae9ad332f9b0c4e512ffeaabdb Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Mon, 9 Dec 2024 23:45:12 +0300 Subject: [PATCH] Fix line-length formatting issues --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 27e16b06..ee12a14b 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,10 @@ ## Features - Import records from MusicBrainz, with optional override of specific pieces of data -- Manage a collection and a wishlist of records, with ways to quickly search and filter based on records' metadata -- Integration with Last.fm (display latest scrobbles, and where possible connect them with records in the collection or wishlist) +- Manage a collection and a wishlist of records, with ways to quickly search + and filter based on records' metadata +- Integration with Last.fm (display latest scrobbles, and where possible + connect them with records in the collection or wishlist) - Some basic stats - All data stored in a single SQLite database for portability and ease of backup/restore - Ideal for deployment on a server with limited resources (1CPU, 512MB RAM) @@ -33,19 +35,23 @@ The application requires two environment variables: The application is setup to use [direnv](https://direnv.net/). -The `.envrc` file loads two other files: `.envrc.local` file for configuration variables, and a `.secrets` file for secrets. +The `.envrc` file loads two other files: `.envrc.local` file for configuration +variables, and a `.secrets` file for secrets. You can create them and populate them with the necessary environment variables. ## Running the application -- Start the Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server` +Start the Phoenix endpoint with `mix phx.server` or inside IEx with +`iex -S mix phx.server`. -Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. The default password for development is `change me`. +Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. +The default password for development is `change me`. ## Deployment -The application is setup for deployment on Fly.io - just make sure you edit `fly.toml` to match your app name, domain, etc. +The application is setup for deployment on Fly.io - just make sure you edit +`fly.toml` to match your app name, domain, etc. ## CI