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

This commit is contained in:
forensicmike1 2022-01-15 07:56:49 -07:00
parent bfb6a42e3d
commit b32abff689

View File

@ -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