Skip to content

Commit

Permalink
Merge pull request #83 from pblottiere/fix_doc_110
Browse files Browse the repository at this point in the history
Fix installation step for v1.1.0 and invalid link in doc
  • Loading branch information
pblottiere authored Sep 24, 2024
2 parents 44900bf + 7170af2 commit 1386e2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/qsa-api/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ $ . venv/bin/activate
A prebuilt image can be found on `ghcr.io/pblottiere/qsa`:

```` shell
$ docker pull ghcr.io/pblottiere/qsa:1.0.0
$ docker pull ghcr.io/pblottiere/qsa:1.1.0
````

Otherwise the image can manually be built using:
`docker build -t my-custom-qsa-image .`. See [Sandbox](sandbox/) for details
how to use it.
`docker build -t my-custom-qsa-image .`. See [Sandbox](../sandbox/index.html)
for details how to use it.

0 comments on commit 1386e2a

Please sign in to comment.