| Index: native_client_sdk/src/doc/nacldev/editing.inc
|
| diff --git a/native_client_sdk/src/doc/nacldev/editing.inc b/native_client_sdk/src/doc/nacldev/editing.inc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2468e0b896ea3f21f8c4a195470885c37616ad99
|
| --- /dev/null
|
| +++ b/native_client_sdk/src/doc/nacldev/editing.inc
|
| @@ -0,0 +1,22 @@
|
| +Editing
|
| +```````
|
| +
|
| +To follow along in this codelab, you'll need to use a text editor to modify
|
| +various files in our development environment.
|
| +There are currently two editor options, nano or vim.
|
| +We have an Emacs port, but it is not yet available in the Dev Environment
|
| +(coming soon).
|
| +If you're unsure what to pick, nano is simpler to start with and has on-screen
|
| +help.
|
| +
|
| +* You can open **nano** like this::
|
| +
|
| + $ nano <filename>
|
| +
|
| + Here's an online `nano tutorial <http://mintaka.sdsu.edu/reu/nano.html>`_.
|
| +
|
| +* You can open **vim** like this::
|
| +
|
| + $ vim <filename>
|
| +
|
| + Here's an online `vim tutorial <http://www.openvim.com/tutorial.html>`_.
|
|
|