Skip to content

Commit 5ba5baf

Browse files
committed
Remove extra / in git commands in README
This works, but is usually not how it's written. A command later in the README was already using this style.
1 parent 2b5cf8b commit 5ba5baf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ compiler for C++14 support and create a symlink:
6666

6767
### Getting Sources for Swift and Related Projects
6868

69-
git clone git@github.com:/apple/swift.git swift
70-
git clone git@github.com:/apple/swift-llvm.git llvm
71-
git clone git@github.com:/apple/swift-clang.git clang
72-
git clone git@github.com:/apple/swift-lldb.git lldb
73-
git clone git@github.com:/apple/swift-cmark.git cmark
74-
git clone git@github.com:/apple/swift-llbuild.git llbuild
75-
git clone git@github.com:/apple/swift-package-manager.git swiftpm
76-
git clone git@github.com:/apple/swift-corelibs-xctest.git
77-
git clone git@github.com:/apple/swift-corelibs-foundation.git
69+
git clone git@github.com:apple/swift.git swift
70+
git clone git@github.com:apple/swift-llvm.git llvm
71+
git clone git@github.com:apple/swift-clang.git clang
72+
git clone git@github.com:apple/swift-lldb.git lldb
73+
git clone git@github.com:apple/swift-cmark.git cmark
74+
git clone git@github.com:apple/swift-llbuild.git llbuild
75+
git clone git@github.com:apple/swift-package-manager.git swiftpm
76+
git clone git@github.com:apple/swift-corelibs-xctest.git
77+
git clone git@github.com:apple/swift-corelibs-foundation.git
7878

7979

8080
[CMake](http://cmake.org) is the core infrastructure used to configure builds of
@@ -141,4 +141,4 @@ See [docs/Testing.rst](docs/Testing.rst).
141141

142142
## Contributing to Swift
143143

144-
Contributions to Swift are welcomed and encouraged! Please see the [Contributing to Swift guide](https://swift.org/contributing/).
144+
Contributions to Swift are welcomed and encouraged! Please see the [Contributing to Swift guide](https://swift.org/contributing/).

0 commit comments

Comments
 (0)