From: dhs-shine Date: Thu, 2 Feb 2017 03:54:45 +0000 (+0900) Subject: Update README.md X-Git-Tag: 0.3.5~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d66728b6e5e725b8fce27193792e9c55bb0daa1a;p=tools%2Flitmus.git Update README.md --- 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