Skip to content

Commit

Permalink
Undocument git subdir checkout feature as we probably want to get rid…
Browse files Browse the repository at this point in the history
… of it (see #238)
  • Loading branch information
nadako committed Mar 11, 2016
1 parent 8458206 commit 8ee5447
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions www/documentation-files/using-haxelib.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,10 @@ haxelib dev starling # Cancel dev, use installed version.
#### `haxelib git`

```
haxelib git [project-name] [git-clone-path] [branch] [subdirectory]
haxelib git [project-name] [git-clone-path] [branch]
haxelib git minject https://github.com/massiveinteractive/minject.git # Use HTTP git path.
haxelib git minject [email protected]:massiveinteractive/minject.git # Use SSH git path.
haxelib git minject [email protected]:massiveinteractive/minject.git v2 # Checkout branch or tag `v2`.
haxelib git minject [email protected]:massiveinteractive/minject.git master src/ # Path to the haxelib.json file.
```

> Use a git repository as library.
Expand Down

0 comments on commit 8ee5447

Please sign in to comment.