From b32abff689f982795e17c3cea29a62f5989f3851 Mon Sep 17 00:00:00 2001 From: forensicmike1 Date: Sat, 15 Jan 2022 07:56:49 -0700 Subject: [PATCH] Add "cd monaco-editor" to the step by step commandline instructions for cloning and running the samples. --- samples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/README.md b/samples/README.md index e197c016..03e01a72 100644 --- a/samples/README.md +++ b/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