changed from using fetchFromGitHub to fetchgit

pull/23/head
Thorsten Schindler 3 years ago
parent 830531791d
commit 8c5cd198e0
No known key found for this signature in database
GPG Key ID: 922952DA3C68691E

@ -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…
Cancel
Save