30 lines
499 B
Markdown
30 lines
499 B
Markdown
# torrent playground
|
|
|
|
- make sure nix & vscode is installed
|
|
|
|
```bash
|
|
#following will start your virtual shell
|
|
start.sh
|
|
|
|
#then in the shell open the hero shell (based on nushell, will set all paths to make this dir sandboxed)
|
|
./hero_shell.sh
|
|
|
|
#if you want hero and mycelium do
|
|
herotools install_hero
|
|
|
|
#if you want mycelium
|
|
herotools install_mycelium
|
|
|
|
#install v & crystallib
|
|
herotools install_crystal
|
|
|
|
|
|
```
|
|
|
|
## torrent tests
|
|
|
|
go to deluge dir, and see some python examples
|
|
|
|
```bash
|
|
deluge/play.sh
|
|
``` |