From e95da02866f9accd024c0c840aa1fd554e83307e Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Fri, 14 Oct 2022 15:15:15 +0200 Subject: [PATCH] chore: update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0f91863..f3d48d1d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The website is now listening available on `http://localhost:3000`, have fun with ### Upgrade to a new version -Just updated the docker container by running `docker-compose pull && docker-compose up -d` +Just update the docker container by running `docker compose pull && docker compose up -d` > Note: If you installed Pingvin Share before it used Sqlite, you unfortunately have to set up the project from scratch again, sorry for that. @@ -65,3 +65,7 @@ Contact me, create an issue or directly create a pull request. 5. Start the frontend with `npm run dev` You're all set! + +### Testing + +At the moment we only have system tests for the backend. To run these tests, run `npm run test:system` in the backend folder.