diff --git a/README.md b/README.md index 8874f67..a2804b4 100644 --- a/README.md +++ b/README.md @@ -43,13 +43,12 @@ latest development toolchain for your specific distribution. ### Docker 1. Start a docker container in a clone of this repository using the nightly swiftlang Ubuntu image, with a `/root/build` -2. mount to the current directory: +mount to the current directory: ```sh docker run --rm -it -v $(pwd):/root/build swiftlang/swift:nightly-jammy /bin/bash ``` - 2. Navigate to the package directory within the container: ```sh