@@ -66,15 +66,15 @@ compiler for C++14 support and create a symlink:
66
66
67
67
### Getting Sources for Swift and Related Projects
68
68
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
78
78
79
79
80
80
[ CMake] ( http://cmake.org ) is the core infrastructure used to configure builds of
@@ -141,4 +141,4 @@ See [docs/Testing.rst](docs/Testing.rst).
141
141
142
142
## Contributing to Swift
143
143
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