Skip to content

hjoncour/torrentify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torrentify

Setup

# Empty the Target Folder

$ cargo clean 

# Compile the App

$ cargo build

# Test the App

$ ./target/debug/torrentify <torrent file>

# Example:

$ ./target/debug/torrentify src/debian.iso.torrent

 # Compile for Release

$ cargo build --release

# Add to Path

$ cp target/release/torrentify /usr/local/bin

# Run App Anywhere

$ torrentify debian.iso.torrent

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published