Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sakshatshinde/linpull

A utility to grab Linux ISOs
https://github.com/sakshatshinde/linpull

Last synced: 9 days ago
JSON representation

A utility to grab Linux ISOs

Awesome Lists containing this project

README

        

# linpull

## Dev setup
### For Nix dev environments
```bash
$ nix develop
$ cargo run
```
### For Windows dev environments
Install rust via - https://rustup.rs/
```
// Choose the latest beta or nightly channel
$ rustup toolchain install nightly
$ cargo run
```