From 11a982a79be0b113d6c12a9576bb3a71e9da2ccb Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Thu, 18 Jul 2024 00:42:06 +0200 Subject: [PATCH] Docker compose --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 31ae820f..77832d70 100644 --- a/README.md +++ b/README.md @@ -53,15 +53,13 @@ You can skip the entire next section about Poetry and jump right to [Using Cashu ## Easy Install: Nutshell mint -The easiest way to get a mint running is through Docker. - -You can build the image yourself by running the following command. Make sure to adjust the environment variables in `docker-compose.yaml`. +The easiest way to get a mint running is through Docker. You can build the image yourself. Clone this repository and change to its directory. Make sure to adjust the environment variables in `docker-compose.yaml`. Then run the following command. ```bash docker compose up mint ``` -Alternatively, you can use the pre-built Docker images, see [Running a mint](#docker). +Alternatively, you can simply use the pre-built Docker images, see [Running a mint](#docker). ## Manual install: Poetry These steps help you install Python via pyenv and Poetry. If you already have Poetry running on your computer, you can skip this step and jump right to [Install Cashu](#poetry-install-cashu).