-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update readme instructions regarding installation #111
Update readme instructions regarding installation #111
Conversation
README.md
Outdated
If you prefer to do it straight from CLI here's a one-liner for you: | ||
```bash | ||
``sh | ||
# Linux |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cdrage These don't render correctly. The # Linux breaks it, at least in the preview mode. Same applies below as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one backtick character is missing on line 23, that's why its breaking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Woops. I'll quickly fix that.
Updates the readme for how to install Kompose correctly.
1cc5397
to
76bf73e
Compare
@pradeepto @surajnarwade Done. Ready for another quick review. |
cool this LGTM! |
curl -L https://github.com/redhat-developer/opencompose/releases/download/v0.1.0/opencompose-darwin-amd64 -o opencompose | ||
|
||
# Windows | ||
curl -L https://github.com/redhat-developer/opencompose/releases/download/v0.1.0/opencompose-windows-amd64.exe -o opencompose.exe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is curl
on windows?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to kubectl
, yup. Binary installation, works well.
Updates the readme for how to install Kompose correctly.