File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if ! which go > /dev/null; then
9
9
fi
10
10
11
11
cd rollkit || { echo " Failed to find the downloaded repository." ; exit 1; }
12
- git checkout $1
12
+ git fetch && git checkout $1
13
13
echo " Building and installing Rollkit..."
14
14
make install
15
15
cd ..
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ ignite scaffold chain gm --address-prefix gm --no-module
39
39
Install the Rollkit app to ignite:
40
40
41
41
``` bash-vue
42
+ cd $HOME/gm
42
43
ignite app install github.com/ignite/apps/rollkit@rollkit/{{constants.rollkitIgniteAppVersion}}
43
44
```
44
45
45
46
Next, move to the ` gm ` directory and add the Rollkit app:
46
47
47
48
``` bash
48
- cd $HOME /gm
49
49
ignite rollkit add
50
50
```
51
51
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ cd $HOME && bash -c "$(curl -sSL https://rollkit.dev/install-gm-rollup.sh)"
62
62
Generate rollkit.toml file by running:
63
63
64
64
``` bash
65
- rollkit toml init
65
+ cd $HOME /gm && rollkit toml init
66
66
```
67
67
68
68
The output should be similar to this:
You can’t perform that action at this time.
0 commit comments