Skip to content

Commit c2af4dd

Browse files
Update README.md
1 parent 675c672 commit c2af4dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

motoko/llm_chatbot/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ The above command will download an 8B parameter model, which is around 4GiB. Onc
3535

3636
### 4. Navigate into the project's directory.
3737

38-
### 5. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
38+
### 5. Deploy the project to your local environment:
39+
40+
```
41+
dfx start --background --clean && dfx deploy
42+
```
3943

4044
## Security considerations and best practices
4145

0 commit comments

Comments
 (0)