Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sakshatshinde/linpull
- Owner: sakshatshinde
- License: gpl-3.0
- Created: 2024-06-07T06:45:02.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T08:14:10.000Z (2 months ago)
- Last Synced: 2024-10-12T00:04:52.930Z (about 1 month ago)
- Language: Slint
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```