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 @@ -35,7 +35,7 @@ This example shows you how to get a TypeScript+Blueprint+Sass project going.
35
35
- developing
36
36
37
37
` ` ` sh
38
- meson setup build --wipe --prefix " $pwd /result"
38
+ meson setup build --wipe --prefix " $( pwd) /result"
39
39
meson install -C build
40
40
./result/bin/simple-bar
41
41
` ` `
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ This example shows you how to get a Python+Blueprint+Sass project going.
27
27
- developing
28
28
29
29
``` sh
30
- meson setup build --wipe --prefix " $pwd /result"
30
+ meson setup build --wipe --prefix " $( pwd) /result"
31
31
meson install -C build
32
32
./result/bin/simple-bar
33
33
```
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ This example shows you how to get a Vala+Blueprint+Sass project going.
26
26
- developing
27
27
28
28
``` sh
29
- meson setup build --wipe --prefix " $pwd /result"
29
+ meson setup build --wipe --prefix " $( pwd) /result"
30
30
meson install -C build
31
31
./result/bin/simple-bar
32
32
```
You can’t perform that action at this time.
0 commit comments