We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118c7a7 commit ab5cc21Copy full SHA for ab5cc21
1 file changed
lib/mix/tasks/igniter.install.ex
@@ -19,6 +19,7 @@ defmodule Mix.Tasks.Igniter.Install do
19
if it is specific, like `3.0.1`, it will be pinned at that *exact* version with `==`.
20
* `package@git:git_url` - The package will be installed from the specified git url.
21
* `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).
23
* `package@path:path/to/dep` - The package will be installed from the specified path.
24
* `org/package` - The package exists in a private Hex organization. This can be used
25
along with all the options above, e.g. `org/package@version`.
0 commit comments