Skip to content

Commit

Permalink
bump version 0.0.1-rc.14 → 0.0.1-rc.15
Browse files Browse the repository at this point in the history
  • Loading branch information
jesteria committed May 4, 2023
1 parent d04292a commit c68589b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "netrics-measurements"
version = "0.0.1-rc.14"
version = "0.0.1-rc.15"
description = "The extensible network measurements framework"
license = "MIT"
authors = [
Expand Down
8 changes: 4 additions & 4 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ The one-liner below will install Netrics for the current user:

[source,sh]
----
curl -sL https://github.com/internet-equity/netrics/raw/0.0.1-rc.14/install.py | python3
curl -sL https://github.com/internet-equity/netrics/raw/0.0.1-rc.15/install.py | python3
----

To install Netrics system-wide you might use `sudo`:

[source,sh]
----
curl -sL https://github.com/internet-equity/netrics/raw/0.0.1-rc.14/install.py | sudo python3
curl -sL https://github.com/internet-equity/netrics/raw/0.0.1-rc.15/install.py | sudo python3
----

[TIP]
Expand All @@ -67,15 +67,15 @@ You may pass arguments to the installer – even in the above form – separated
[source,sh]
----
curl -sL https://github.com/internet-equity/netrics/raw/0.0.1-rc.14/install.py | python3 - --help
curl -sL https://github.com/internet-equity/netrics/raw/0.0.1-rc.15/install.py | python3 - --help
----
====

Alternatively, download the installer to interact with it:

[source,console]
----
curl -LO https://github.com/internet-equity/netrics/raw/0.0.1-rc.14/install.py
curl -LO https://github.com/internet-equity/netrics/raw/0.0.1-rc.15/install.py
python3 install.py --help
----
Expand Down

0 comments on commit c68589b

Please sign in to comment.