Minor tutorial improvements
This commit is contained in:
parent
89e3b3f488
commit
029a78b58b
|
@ -120,8 +120,8 @@ completes, you should see your language at <http://localhost:6119>.
|
||||||
Furthermore, you can switch to the runtime image (`control-b n`) and
|
Furthermore, you can switch to the runtime image (`control-b n`) and
|
||||||
run `make sandbox L=mylanguage` to test your language at the command
|
run `make sandbox L=mylanguage` to test your language at the command
|
||||||
line (e.g. type `run` to print `Hello, world!`). Each time you modify
|
line (e.g. type `run` to print `Hello, world!`). Each time you modify
|
||||||
the language configuration, run `make repkgs` to reinstall the
|
the language configuration, run `make repkgs L=mylanguage` to
|
||||||
language.
|
reinstall the language.
|
||||||
|
|
||||||
Follow these steps to augment your language configuration:
|
Follow these steps to augment your language configuration:
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,8 @@ example a binary intended for `/usr/local/bin/prettier` would be
|
||||||
placed at `${pkg}/usr/local/bin/prettier`. Then the `${pkg}` directory
|
placed at `${pkg}/usr/local/bin/prettier`. Then the `${pkg}` directory
|
||||||
can be turned into a `.deb`, which can be installed on any system.
|
can be turned into a `.deb`, which can be installed on any system.
|
||||||
|
|
||||||
*If you have trouble, see the tutorial on [debugging package
|
**If you have trouble, see the tutorial on [debugging package
|
||||||
installation](install-debugging.md).*
|
installation](install-debugging.md).**
|
||||||
|
|
||||||
## Download a binary or script
|
## Download a binary or script
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue