Browse Source

Updated the Embedded Framework documentation to include `git init` info.

Christian Noon 10 years ago
parent
commit
71a26d641d
1 changed files with 7 additions and 1 deletions
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -94,7 +94,13 @@ If you prefer not to use either of the aforementioned dependency managers, you c
 
 #### Embedded Framework
 
-- Add Alamofire as a [submodule](http://git-scm.com/docs/git-submodule) by opening the Terminal, `cd`-ing into your top-level project directory, and entering the following command:
+- Open up Terminal, `cd` into your top-level project directory, and run the following command "if" your project is not initialized as a git repository:
+
+```bash
+$ git init
+```
+
+- Add Alamofire as a git [submodule](http://git-scm.com/docs/git-submodule) by running the following command:
 
 ```bash
 $ git submodule add https://github.com/Alamofire/Alamofire.git