From af4482dc277ad3e474d80cd056e5aef06b909ac5 Mon Sep 17 00:00:00 2001 From: seah-minlong <86313670+seah-minlong@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:51:34 +0800 Subject: [PATCH] Update instructions for updating MarkBind --- docs/userGuide/gettingStarted.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userGuide/gettingStarted.md b/docs/userGuide/gettingStarted.md index 054357203..009d885a7 100644 --- a/docs/userGuide/gettingStarted.md +++ b/docs/userGuide/gettingStarted.md @@ -35,7 +35,7 @@ Visit the [Node.js download page](https://nodejs.org/en/download). 3. Run the provided commands in your terminal to install Node.js and npm. After installation, in your terminal run: -```bash +``` node -v npm -v ``` @@ -133,7 +133,7 @@ To stop the web server, go to the console running the `serve` command and press ++**5. Updating your MarkBind version**++ -After you have installed MarkBind, you may want to update to the latest version of MarkBind in the future. +After you have installed MarkBind, you can update to the latest version by running: ``` npm install -g markbind-cli@latest