From dfc89f226340404b959894c7b34078e56d4022c9 Mon Sep 17 00:00:00 2001 From: "Stefan.Heller" Date: Mon, 21 Oct 2024 07:21:21 +0000 Subject: [PATCH] README.md aktualisiert fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e55b7a..9f3bbed 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To get a locally running documentation editing and presentation environment, fol 5. start the `devcontainer` (in VSC it's `F1 + Reopen in Devcontainer`) 6. when the container is up & running just open your browser with `http://localhost:1313/` -If you want to run the devcontainer without VS Code, you can use npn to run it inside a docker container: +If you want to run the devcontainer without VS Code, you can use npm to run it inside a docker container: 1. install Node.js (>= Version 14), npm and the docker engine 2. install the devcontainer cli: `npm install -g @devcontainers/cli`