Merge pull request #2894 from forensicmike/small-readme-fix

Add "cd monaco-editor" to the step by step commandline instructions for cloning and running the samples
pull/2910/head
Henning Dieterichs 2022-01-19 09:41:08 +01:00 committed by GitHub
commit f50e0abe46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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