npm install mmdc in readme

This commit is contained in:
geekan 2023-07-03 10:31:38 +08:00
parent fcfbcf166f
commit acf3802bee
2 changed files with 10 additions and 8 deletions

View file

@ -20,11 +20,12 @@ ## Examples (fully generated by GPT-4)
## Installation
```bash
# Step 1: Ensure that Python 3.9+ is installed on your system. You can check this by using:
python --version
# Step 2: Ensure that NPM is installed on your system. You can check this by using:
# Step 1: Ensure that NPM is installed on your system. Then install mermaid-js.
npm --version
sudo npm install -g @mermaid-js/mermaid-cli
# Step 2: Ensure that Python 3.9+ is installed on your system. You can check this by using:
python --version
# Step 3: Clone the repository to your local machine, and install it.
git clone https://github.com/geekan/metagpt