File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,11 @@ This example requires an installation of:
2525- [x] Install the [ IC SDK] ( https://internetcomputer.org/docs/current/developer-docs/getting-started/install ) .
2626- [x] Clone the example dapp project: ` git clone https://github.com/dfinity/examples `
2727
28+ ## Local deployment
29+
2830Begin by opening a terminal window.
2931
30- ## Step 1: Setup the project environment
32+ ### Step 1: Setup the project environment
3133
3234Navigate into the folder containing the project's files, start a local instance of the Internet Computer and with the commands:
3335
@@ -39,7 +41,7 @@ dfx start --background
3941#### What this does
4042- ` dfx start --background ` starts a local instance of the IC via the IC SDK
4143
42- ## Step 2: Deploy the canisters
44+ ### Step 2: Deploy the canisters
4345
4446``` bash
4547make deploy
You can’t perform that action at this time.
0 commit comments