Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: native_client_sdk/src/doc/nacldev/editing.inc

Issue 731453002: Adding two codelabs for cds2014. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/doc/nacldev/clipboard_web.inc ('k') | native_client_sdk/src/doc/nacldev/git.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>`_.
« no previous file with comments | « native_client_sdk/src/doc/nacldev/clipboard_web.inc ('k') | native_client_sdk/src/doc/nacldev/git.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698