Browse Source

remove the git

Zeke Sikelianos 9 years ago
parent
commit
8f04dd1b9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/development/source-code-directory-structure.md

+ 1 - 1
docs/development/source-code-directory-structure.md

@@ -87,5 +87,5 @@ in your `~/.gitconfig` file:
 
 ```
 [alias]
-	su = git submodule update --init --recursive
+	su = submodule update --init --recursive
 ```