From d66728b6e5e725b8fce27193792e9c55bb0daa1a Mon Sep 17 00:00:00 2001 From: dhs-shine Date: Thu, 2 Feb 2017 12:54:45 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c58688..0887180 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,10 @@ Install sdb from tizen sdk or download binary from below url. Unzip this package and copy sdb binary to /usr/bin $ wget http://download.tizen.org/sdk/tizenstudio/official/binary/sdb_2.3.0_ubuntu-64.zip \ - && unzip sdb_2.3.0_ubuntu-64.zip -d ~/temp \ - && cp ~/temp/data/tools/sdb /usr/bin \ + && unzip sdb_2.3.0_ubuntu-64.zip -d ./temp \ + && sudo cp ./temp/data/tools/sdb /usr/bin \ && rm -f sdb_2.3.0_ubuntu-64.zip \ - && rm -rf ~/temp + && rm -rf ./temp # Buliding & installing -- 2.34.1