Skip to content

Commit

Permalink
Fix typo in README.md (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Mar 14, 2024
1 parent 3c9e9b4 commit e47470e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit e47470e

Please sign in to comment.