Skip to content

Commit

Permalink
Update instructions for updating MarkBind
Browse files Browse the repository at this point in the history
  • Loading branch information
seah-minlong committed Jan 28, 2025
1 parent abeb4b0 commit af4482d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/userGuide/gettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit af4482d

Please sign in to comment.