-
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,8 +90,12 @@ if both passed all their tests. For example: if module A failed its tests, then | |
zef -v install https://github.com/ugexe/zef/archive/main.tar.gz | ||
zef -v install https://github.com/ugexe/[email protected] | ||
|
||
# STDIN | ||
echo "Net::HTTP" | zef install - | ||
|
||
A request may contain any number and combination of these. Paths and URLs will be resolved first so they are available | ||
to fulfill any dependencies of other requested identities. | ||
to fulfill any dependencies of other requested identities. An identity of `-` will treat each line of STDIN as an | ||
identity. | ||
|
||
**Options** | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters