Skip to content

Commit de5c27f

Browse files
committed
update README.md
1 parent e7d61b8 commit de5c27f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LuxOS Tools Repository
22

3-
> **WARNING** There are references into the PR luxos-code-refactoring-ii
3+
> **WARNING** There are references into the PR luxos-code-refactoring
44
55
This repository contains scripts we built to operate and troubleshoot miners running LuxOS.
66

@@ -11,14 +11,14 @@ There are few ways to install the luxos package:
1111
1. Using pip (suggested for end-users):
1212
```shell
1313
pip install luxos
14-
pip install git+https://github.com/LuxorLabs/luxos-tooling.git@pr/luxos-code-refactoring-ii
14+
pip install git+https://github.com/LuxorLabs/luxos-tooling.git@pr/luxos-code-refactoring
1515
```
1616
Using pip gives you access to the cli commands `luxos` and `health-checker` as well
1717
the ability to import in python the `import luxos.api` api for luxos.
1818

1919
2. A single drop in file (for support):
2020
```shell
21-
curl -LO https://github.com/LuxorLabs/luxos-tooling/raw/pr/luxos-code-refactoring-ii/luxos.pyz
21+
curl -LO https://github.com/LuxorLabs/luxos-tooling/raw/pr/luxos-code-refactoring/luxos.pyz
2222
```
2323
These are two standalone [zipapp](https://docs.python.org/3/library/zipapp.html) files, you can use
2424
from the command line as `python luxos.pyz`, no dependencies beside a recent-*ish* python

0 commit comments

Comments
 (0)