-
Notifications
You must be signed in to change notification settings - Fork 9
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
Using kubernetes-mixin as a base, add a README. #1
Conversation
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
Signed-off-by: Tom Wilkie <[email protected]>
The design as a pdf seems kind of odd, why not markdown? |
I just cross read, but this lgtm in my experience this will improve over time anyways as the community contributes things that are unclear where we are likely too close to the concept to realize. |
|
||
``` | ||
$ go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb | ||
$ brew install jsonnet |
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.
IMHO we should not only show how to brew install here
|
||
``` | ||
$ go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb | ||
$ brew install jsonnet |
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.
Just found that nobody really has official support yet. Maybe linking to AUR is ok, but also not as important then.
$ brew install jsonnet | |
# macOS | |
$ brew install jsonnet | |
# Archlinux AUR | |
$ yay -S jsonnet |
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.
LGTM
I'm also not sure about the PDF file though. Maybe markdown with a link to the original is good enough.
Signed-off-by: Tom Wilkie <[email protected]>
PDF because its a google doc, and there is no export as markdown. Plus that design is kinda immutable now - future changes should be new designs IMO. |
/cc @metalmatze @brancz