Skip to content

Commit 96f99e5

Browse files
Update README.md
1 parent 2c4de11 commit 96f99e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

motoko/classes/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ This application's logic is written in [Motoko](https://internetcomputer.org/doc
3030

3131
### 3. Navigate into the project's directory.
3232

33-
### 4. Run `dfx start --background --clean && dfx deploy` to deploy the project to your local environment.
33+
### 4. Deploy the project to your local environment:
34+
35+
```
36+
dfx start --background --clean && dfx deploy
37+
```
3438

3539
## Security considerations and best practices
3640

0 commit comments

Comments
 (0)