Skip to content

Commit ab5cc21

Browse files
committed
docs: add @ref syntax to install docs
1 parent 118c7a7 commit ab5cc21

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/mix/tasks/igniter.install.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ defmodule Mix.Tasks.Igniter.Install do
1919
if it is specific, like `3.0.1`, it will be pinned at that *exact* version with `==`.
2020
* `package@git:git_url` - The package will be installed from the specified git url.
2121
* `package@github:project/repo` - The package will be installed from the specified github repo.
22+
* `package@github:project/repo@ref` - The package will be installed from the specified github repo, at the specified ref (i.e tag, branch, commit).
2223
* `package@path:path/to/dep` - The package will be installed from the specified path.
2324
* `org/package` - The package exists in a private Hex organization. This can be used
2425
along with all the options above, e.g. `org/package@version`.

0 commit comments

Comments
 (0)