瀏覽代碼

Add "cd monaco-editor" to the step by step commandline instructions for cloning and running the samples.

forensicmike1 3 年之前
父節點
當前提交
b32abff689
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      samples/README.md

+ 1 - 0
samples/README.md

@@ -6,6 +6,7 @@ Standalone HTML samples showing how to integrate the Monaco Editor.
 
 ```bash
 git clone https://github.com/microsoft/monaco-editor.git
+cd monaco-editor
 cd samples
 npm install .
 npm run simpleserver