mirror of
https://github.com/SChernykh/p2pool.git
synced 2025-01-03 09:19:24 +00:00
changed from using fetchFromGitHub to fetchgit
This commit is contained in:
parent
830531791d
commit
8c5cd198e0
1 changed files with 2 additions and 2 deletions
|
@ -93,12 +93,12 @@ nix shell github:nixos/nix/master
|
|||
|
||||
Run the binary:
|
||||
```
|
||||
nix run github:SChernykh/p2pool
|
||||
nix run git+https://github.com/SChernykh/p2pool?ref=master
|
||||
```
|
||||
|
||||
Run the binary with arguments:
|
||||
```
|
||||
nix run github:SChernykh/p2pool -- --help
|
||||
nix run git+https://github.com/SChernykh/p2pool?ref=master -- --help
|
||||
```
|
||||
|
||||
### macOS
|
||||
|
|
Loading…
Reference in a new issue