Skip to content

Commit

Permalink
Fix README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Mar 13, 2024
1 parent bf12020 commit 8044f27
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 @@ -56,7 +56,7 @@ docker build -t aiida_cp2k_test .
Then, you can launch the container:

```bash
DOKERID=`docker run -it aiida_cp2k_test`
DOKERID=`docker run -d aiida_cp2k_test`
```
This will remeber the container ID in the variable `DOKERID`.
You can then run the tests with the following command:
Expand Down

0 comments on commit 8044f27

Please sign in to comment.