rpk 0.1.2

A lightweight, cross-platform cli package manager.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
RPK
---

A lightweight, cross-platform cli package manager.

### Installation

Download the latest release from the [releases page](https://github.com/wfxr/rpk/releases)
or just run the following command:

```bash
curl -fsSL https://raw.githubusercontent.com/wfxr/rpk/main/scripts/install \
    | bash -s -- --to ~/.local/bin
```