Browse Source

Update README.md

Mattt Thompson 11 năm trước cách đây
mục cha
commit
f89a853d8c
1 tập tin đã thay đổi với 1 bổ sung6 xóa
  1. 1 6
      README.md

+ 1 - 6
README.md

@@ -35,12 +35,7 @@ _* Scheduled to coincide with Swift 1.0 release_
 
 _The infrastructure and best practices for distributing Swift libraries is currently in flux during this beta period of the language and Xcode... which is to say, the current installation process kinda sucks. _
 
-1. Add Alamofire as a submodule by opening the Terminal, `cd`-ing into your top-level project directory, and entering the following command:
-
-```
-$ git submodule add https://github.com/Alamofire/Alamofire.git
-```
-
+1. Add Alamofire as a submodule by opening the Terminal, `cd`-ing into your top-level project directory, and entering `git submodule add https://github.com/Alamofire/Alamofire.git`
 2. Open the `Alamofire` folder, and drag `Alamofire.xcodeproj` into the file navigator of your Xcode project.
 3. In Xcode, navigate to the target configuration window by clicking on the blue project icon, and selecting the application target under the "Targets" heading in the sidebar.
 4. In the tab bar at the top of that window, open the "Build Phases" panel.