Update README.md
authordhs-shine <dhs.shine@gmail.com>
Thu, 2 Feb 2017 03:54:45 +0000 (12:54 +0900)
committerGitHub <noreply@github.com>
Thu, 2 Feb 2017 03:54:45 +0000 (12:54 +0900)
README.md

index 3c58688299a1cf3a1d51f38581d6bc8d165af1a7..0887180d4089c174b298633ada8d22f959ced3cc 100644 (file)
--- 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