updates fake-zod examples, removing -I

This commit is contained in:
Joe Bryan 2018-11-01 00:43:09 -04:00
parent 35bfb49086
commit 7027f43563
2 changed files with 3 additions and 4 deletions

View File

@ -24,12 +24,11 @@ path you specify on the command line with the `-A` option.
To start a fake `~zod`, the command is:
$ urbit -c -F -I zod -A [arvo checkout] [pier directory]
$ urbit -c -F zod -A [arvo checkout] [pier directory]
To resume one that was already created, just as on the live network,
remove `-c` and `-A [arvo checkout]` (but leave the rest of the options
there). `-F` uses the fake network, and `-I` starts an "imperial"
instance - that is, an 8-bit galaxy.
there). `-F` uses the fake network.
## Kernel development

View File

@ -381,7 +381,7 @@ u3_ve_usage(c3_i argc, c3_c** argv)
"\n",
"Development Usage:\n",
" To create a development ship, use a fakezod:\n",
" %s -FI zod -A /path/to/arvo/folder -B /path/to/pill -c zod\n",
" %s -F zod -A /path/to/arvo/folder -B /path/to/pill -c zod\n",
"\n",
" For more information about developing on urbit, see:\n",
" https://github.com/urbit/urbit/blob/master/CONTRIBUTING.md\n",