Skip to content

Commit ae29116

Browse files
author
maxdev1
committed
Clean up documentation
1 parent cc0fb5a commit ae29116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/general/building.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ To run the toolchain in a Docker container you can either build the image yourse
2020

2121
1. Pull the image:
2222

23-
docker pull ghcr.io/maxdev1/ghost-toolchain:1.0
23+
docker pull ghcr.io/maxdev1/ghost-toolchain-64:1.0
2424

2525
2. Start a container and mount the repository to it:
2626

27-
docker run -it --name ghost-toolchain -v "$(pwd):/ghost/source" ghost-toolchain
27+
docker run -it --name ghost-toolchain -v "$(pwd):/ghost/source" ghcr.io/maxdev1/ghost-toolchain-64:1.0
2828

2929
3. Go to the <<Build targets>> section below.
3030

0 commit comments

Comments
 (0)