forked from epointer/provider_asn1
-
Notifications
You must be signed in to change notification settings - Fork 4
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
4 additions
and
4 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 |
---|---|---|
|
@@ -9,14 +9,14 @@ Use | |
The plugin can be accessed via hex.pm: | ||
``` | ||
{plugins, [ | ||
{ provider_asn1, "0.2.3"} | ||
{ provider_asn1, "0.3.0"} | ||
]}. | ||
``` | ||
|
||
You can also pull the plugin directly from git: | ||
``` | ||
{plugins, [ | ||
{ provider_asn1, ".*", {git, "[email protected]:knusbaum/provider_asn1.git", {tag, "0.2.3"}}} | ||
{ provider_asn1, ".*", {git, "[email protected]:knusbaum/provider_asn1.git", {tag, "0.3.0"}}} | ||
]}. | ||
``` | ||
|
||
|
@@ -49,7 +49,7 @@ Then if you run `rebar3 asn compile`, your asn.1 files will be compiled: | |
$ rebar3 asn compile | ||
===> Fetching provider_asn1 ({git, | ||
"[email protected]:knusbaum/provider_asn1.git", | ||
{tag,"0.2.3"}}) | ||
{tag,"0.3.0"}}) | ||
===> Compiling provider_asn1 | ||
===> Generating ASN.1 files. | ||
$ tree | ||
|
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