From 6c95ccb65439fa7a0e6cac472bdb86f045d3ec8a Mon Sep 17 00:00:00 2001 From: FrederikBaerentsen Date: Thu, 26 Dec 2024 18:26:15 +0100 Subject: [PATCH] Updated README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e9fda59..0625bcc 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,7 @@ docker compose up -d 4. Access the web interface at `http://localhost:3333` -5. Go to the Config page and: - - Click "Update local data" to download latest LEGO data - - Click "Create Database" to initialize the database +5. The database is created, csv files are downloaded and you will be redirected to the `/create` page for inputting a set number. ## Usage @@ -55,6 +53,7 @@ docker compose up -d ### Managing Sets - Mark sets as checked/collected using the checkboxes - Track missing pieces by entering quantities in the parts table + - Note, the checkbox for missing pieces is updated automatically, if the set has missing pieces. It cannot be manually checked off. - View all missing pieces across sets in the Missing page - View complete parts inventory in the Parts page - View all minifigures in the Minifigures page