firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
477 stars 72 forks source link

Create firectl release #21

Closed arun-gupta closed 5 years ago

arun-gupta commented 5 years ago

In order to get started with firectl, it needs to be built:

sudo yum install -y git
git clone https://github.com/firecracker-microvm/firectl
sudo amazon-linux-extras install -y golang1.11
cd firectl
make

It would be very helpful to have a release, this will make it easy to get started.

samuelkarp commented 5 years ago

An initial release is now available.