mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Add "cd monaco-editor" to the step by step commandline instructions for cloning and running the samples.
This commit is contained in:
parent
bfb6a42e3d
commit
b32abff689
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ Standalone HTML samples showing how to integrate the Monaco Editor.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/microsoft/monaco-editor.git
|
git clone https://github.com/microsoft/monaco-editor.git
|
||||||
|
cd monaco-editor
|
||||||
cd samples
|
cd samples
|
||||||
npm install .
|
npm install .
|
||||||
npm run simpleserver
|
npm run simpleserver
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue