Skip to content

Commit

Permalink
Update the documentation for archive.install (elixir-lang#6018)
Browse files Browse the repository at this point in the history
  • Loading branch information
roperzh authored and josevalim committed Apr 20, 2017
1 parent 27032a3 commit c815227
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/mix/lib/mix/tasks/archive.install.ex
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ defmodule Mix.Tasks.Archive.Install do
mix some_task
Note that installing via git/github/hex fetches the source of the archive
and builds it, while using URL/local path fetches a pre-built archive.
## Command line options
* `--sha512` - checks the archive matches the given SHA-512 checksum
* `--sha512` - checks the archive matches the given SHA-512 checksum. Only
applies to installations via URL or local path.
* `--force` - forces installation without a shell prompt; primarily
intended for automation in build systems like `make`
Expand Down

0 comments on commit c815227

Please sign in to comment.