Browse Source

Merge pull request #330 from shaman/master

fixed OS X paths
miguelfreitas
miguelfreitas 10 years ago
parent
commit
b14b6cf856
  1. 5
      README.md
  2. 2
      doc/build-osx.md

5
README.md

@ -167,7 +167,10 @@ in your twister data dir: @@ -167,7 +167,10 @@ in your twister data dir:
cd ~/.twister/
git clone https://github.com/miguelfreitas/twister-html.git ./html
(In OS X go to cd ${HOME}/Library/Application\ Support/Twister)
In OS X
cd ~/Library/Application\ Support/twister
git clone https://github.com/miguelfreitas/twister-html.git ./html
Next, run the twister daemon. The RPC username and password are currently
hard coded as "user" and "pwd" in the web client so you'll need to specify

2
doc/build-osx.md

@ -111,7 +111,7 @@ Other commands: @@ -111,7 +111,7 @@ Other commands:
In order to get the HTML interface, you'll have to download it and link it in .twister:
git clone https://github.com/miguelfreitas/twister-html.git /Users/${USER}/.twister/html
git clone https://github.com/miguelfreitas/twister-html.git /Users/${USER}/Library/Application\ Support/twister/html
Once you do that, it will be available at http://localhost:28332/home.html

Loading…
Cancel
Save