Skip to content

Commit

Permalink
Docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 17, 2024
1 parent 8675745 commit 11a982a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 11a982a

Please sign in to comment.