From 78f769bf6f71c34fdae7b9bb9f742257dc38a618 Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Thu, 14 Mar 2024 22:02:28 +0100 Subject: [PATCH] Fix typo in `README.md` --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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