Skip to content

Commit 871e3a7

Browse files
committed
Merge pull request #110 from vzever/v1
change "upstart-app-launch" to "ubuntu-app-launch"
2 parents b94596a + ab36fb4 commit 871e3a7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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

cmd/ubuntu-touch/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ echo 'Installing Go and dependencies -------------------------------------------
1515

1616
apt-get update
1717
apt-get install -y \
18-
golang-go g++ git pkg-config \
18+
golang-go g++ git pkg-config ubuntu-app-launch\
1919
qtbase5-private-dev qtdeclarative5-private-dev libqt5opengl5-dev
2020
apt-get clean
2121

@@ -38,4 +38,4 @@ su -l phablet -c 'cd $HOME/src/gopkg.in/qml.v0/examples/particle; go build'
3838

3939
echo 'Launching particle example ---------------------------------------------------'
4040

41-
su -l phablet -c "upstart-app-launch $APP_ID"
41+
su -l phablet -c "ubuntu-app-launch $APP_ID"

0 commit comments

Comments
 (0)