Skip to content
Snippets Groups Projects
Unverified Commit dd14013d authored by Angus Lees's avatar Angus Lees
Browse files

Simply quickstart further

Remove poor attempt at setup step entirely.  This makes the actual
quickstart content more obvious ... and anyone who _actually_ wants to
run it will already know how to checkout a git repo.
parent 158a56cc
No related branches found
No related tags found
No related merge requests found
......@@ -37,13 +37,9 @@ avoid an immediate `Killed: 9`.
## Quickstart
```console
# Fetch guestbook example
% git clone https://github.com/ksonnet/kubecfg.git
% cd kubecfg
# Set kubecfg/jsonnet library search path to <kubecfg.git>/lib.
# Include <kubecfg.git>/lib in kubecfg/jsonnet library search path.
# Can also use explicit `-J` args everywhere.
% export KUBECFG_JPATH=$PWD/lib
% export KUBECFG_JPATH=/path/to/kubecfg/lib
# Show generated YAML
% kubecfg show -o yaml examples/guestbook.jsonnet
......@@ -61,7 +57,6 @@ avoid an immediate `Killed: 9`.
# Clean up after demo
% kubecfg delete examples/guestbook.jsonnet
% mv examples/guestbook.jsonnet.bak examples/guestbook.jsonnet
```
## Features
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment