Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README instructions are outdated #104

Closed

Conversation

kyleconroy
Copy link

Issue #, if available:

Description of changes:

I'm not sure if these are the exact instructions that should be in the README. Instead, they're the commands that worked for me to get the latest versions of both firectl and firecracker.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kyleconroy kyleconroy requested a review from a team as a code owner November 13, 2022 07:18
sha256sum -c firectl.sha256
mv firectl-v0.2.0 firectl
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not directly set the name of firectl in the curl command ?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed; it was simpler the other way.

curl -Lo firecracker.tgz https://github.com/firecracker-microvm/firecracker/releases/download/v1.1.2/firecracker-v1.1.2-x86_64.tgz
tar -xvf firecracker.tgz
mv release-v1.1.2-x86_64/firecracker-v1.1.2-x86_64 firecracker
rm -rf firecracker.tgz release-v1.1.2-x86_64
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally I feel like deleting the zip and the unzipped content is not necessary in the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants