diff --git a/docs/how-to-run.adoc b/docs/how-to-run.adoc index 61d70d17b1a..0805eef3624 100644 --- a/docs/how-to-run.adoc +++ b/docs/how-to-run.adoc @@ -137,14 +137,16 @@ other services and allocating them with vNICs and IPv6 addresses. === How to provision an instance using the CLI Here are the current steps to provision an instance using the https://github.com/oxidecomputer/cli[oxide] -command line interface. +command line interface. Note that the `jq` command is required. In addition, the examples build on each other, so a previous name (or org, or project) are used in later steps. 1. Create an organization and project that the resources will live under: oxide org create myorg oxide project create -o myorg myproj -2. Define a global image that will be used as initial disk contents. This can be the alpine.iso image that ships with propolis, or an ISO / raw disk image / etc hosted at a URL: +2. Define a global image that will be used as initial disk contents. + + a. This can be the alpine.iso image that ships with propolis: oxide api /images --method POST --input - <