From 7d7dcfcba9a368aadd7f6fb4de6901d96ec3d89c Mon Sep 17 00:00:00 2001 From: Tobi Sim Date: Thu, 5 Mar 2015 16:28:13 +0100 Subject: [PATCH] markdown #3 --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45aa45e..fd6a899 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,16 @@ fpm -- to package a a root tree from a temporary directory to a rpm package use these make commands to build/install your app for testing: `make make-virt` -build your package, and install it on your Sailfish Emulator on localhost:2223, considering your Sailfish-SDK is installed at ~/SailfishOS + +builds your package, and installs it on your Sailfish Emulator on localhost:2223, considering your Sailfish-SDK is installed at ~/SailfishOS `make make-jolla-wifi` -build your package, and install it on your jolla phone, considering your development PC is authorized for root ssh login on the phone and it is found in your dns-space as "jolla" + +builds your package, and installs it on your jolla phone, considering your development PC is authorized for root ssh login on the phone and it is found in your dns-space as "jolla" `make make-jolla-usb [jolla_usb_ip=192.168.2.15]` -build your package, and install it on your jolla phone, considering your development PC is authorized for root ssh login on the phone, and connected via usb development mode set your jollas ip like above. + +builds your package, and installs it on your jolla phone, considering your development PC is authorized for root ssh login on the phone, and connected via usb development mode set your jollas ip like above. ## Adding dependencies: