2024-01-13 06:37:56 +00:00
|
|
|
# torrent playground
|
|
|
|
|
2024-01-13 15:05:52 +00:00
|
|
|
- make sure nix & vscode is installed
|
2024-01-13 06:37:56 +00:00
|
|
|
|
|
|
|
```bash
|
|
|
|
#following will start your virtual shell
|
|
|
|
start.sh
|
2024-01-13 15:05:52 +00:00
|
|
|
|
2024-01-13 10:19:52 +00:00
|
|
|
#then in the shell open the hero shell (based on nushell, will set all paths to make this dir sandboxed)
|
|
|
|
./hero_shell.sh
|
2024-01-13 15:05:52 +00:00
|
|
|
|
2024-01-13 10:19:52 +00:00
|
|
|
#if you want hero and mycelium do
|
|
|
|
herotools install_hero
|
2024-01-13 15:05:52 +00:00
|
|
|
|
2024-01-13 10:19:52 +00:00
|
|
|
#if you want mycelium
|
|
|
|
herotools install_mycelium
|
|
|
|
|
2024-01-13 15:05:52 +00:00
|
|
|
#install v & crystallib
|
|
|
|
herotools install_crystal
|
|
|
|
|
|
|
|
|
2024-01-13 06:37:56 +00:00
|
|
|
```
|
2024-01-13 06:29:30 +00:00
|
|
|
|
2024-01-13 15:05:52 +00:00
|
|
|
## torrent tests
|
|
|
|
|
|
|
|
go to deluge dir, and see some python examples
|
|
|
|
|
|
|
|
```bash
|
|
|
|
deluge/play.sh
|
|
|
|
```
|