Browse Source

fixed OS X paths

miguelfreitas
Eugene Kuligin 10 years ago
parent
commit
68e0c6ada3
  1. 5
      README.md
  2. 2
      doc/build-osx.md

5
README.md

@ -167,7 +167,10 @@ in your twister data dir:
cd ~/.twister/ cd ~/.twister/
git clone https://github.com/miguelfreitas/twister-html.git ./html 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 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 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:
In order to get the HTML interface, you'll have to download it and link it in .twister: 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 Once you do that, it will be available at http://localhost:28332/home.html

Loading…
Cancel
Save