Skip to content

Commit

Permalink
readme: fix path string
Browse files Browse the repository at this point in the history
  • Loading branch information
deed02392 authored and George Hafiz committed Feb 4, 2024
1 parent 2001c50 commit b8fb3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ $ docker run --rm -it -v "$PWD":/data capital-gains-calculator:latest
a4800eca1914:/data# cgt-calc [...]
```

This will create a temporary Docker container with the current directory on the host (where your transaction data is) mounted inside the container at `/path`. Go ahead and follow the usage instructions below,
This will create a temporary Docker container with the current directory on the host (where your transaction data is) mounted inside the container at `/data`. Follow the usage instructions below as normal,
and when you're done, simply exit the shell. You will be dropped back into the shell on your host, with your output report pdf etc..

## Usage
Expand Down

0 comments on commit b8fb3fd

Please sign in to comment.