| :warning: WARNING | | :------------------------------------------------------: | | This project is incomplete and may not work as expected. |
cross platform package manager
Download the latest binary from releases
```sh
$ chmod +x neopkg && ./neopkg
$ .\neopkg.exe ```
Install dependencies
rustup
sh
$ rustup toolchain install nightly
Clone the source using git
sh
$ git clone https://github.com/m1ten/neopkg.git
$ cd neopkg
Build and run using cargo
sh
$ cargo +nightly run --release