Skip to content

Commit 07cb71e

Browse files
lomoalbertniemeyer
authored andcommitted
Update README.md
Documentation updates.
1 parent b65658d commit 07cb71e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ run the following commands to get a working build environment inside the device:
8383

8484
$ adb shell
8585
# cd /tmp
86-
# wget https://github.com/go-qml/qml/raw/master/cmd/ubuntu-touch/setup.sh
86+
# wget https://github.com/go-qml/qml/raw/v1/cmd/ubuntu-touch/setup.sh
8787
# /bin/bash setup.sh
8888
# su - phablet
8989
$
@@ -92,11 +92,11 @@ At the end of setup.sh, the phablet user will have GOPATH=$HOME in the environme
9292
the qml package will be built, and the particle example will be built and run. For
9393
stopping it from the command line, run as the phablet user:
9494

95-
$ upstart-app-stop gopkg.in.qml.particle-example
95+
$ ubuntu-app-stop gopkg.in.qml.particle-example
9696

9797
for running it again:
9898

99-
$ upstart-app-launch gopkg.in.qml.particle-example
99+
$ ubuntu-app-launch gopkg.in.qml.particle-example
100100

101101
These commands depend on the following file, installed by setup.sh:
102102

0 commit comments

Comments
 (0)