File tree 1 file changed +4
-2
lines changed
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:
25
25
- [x] Install the [ IC SDK] ( https://internetcomputer.org/docs/current/developer-docs/getting-started/install ) .
26
26
- [x] Clone the example dapp project: ` git clone https://github.com/dfinity/examples `
27
27
28
+ ## Local deployment
29
+
28
30
Begin by opening a terminal window.
29
31
30
- ## Step 1: Setup the project environment
32
+ ### Step 1: Setup the project environment
31
33
32
34
Navigate into the folder containing the project's files, start a local instance of the Internet Computer and with the commands:
33
35
@@ -39,7 +41,7 @@ dfx start --background
39
41
#### What this does
40
42
- ` dfx start --background ` starts a local instance of the IC via the IC SDK
41
43
42
- ## Step 2: Deploy the canisters
44
+ ### Step 2: Deploy the canisters
43
45
44
46
``` bash
45
47
make deploy
You can’t perform that action at this time.
0 commit comments