Skip to content

Commit

Permalink
update tips
Browse files Browse the repository at this point in the history
  • Loading branch information
zdying committed Jun 9, 2017
1 parent afa606a commit 1aa4a99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ hiproxy example project - You can quickly experience hiproxy
* Install dependencies `npm install`
* Then start test service `npm start`
* Follow the prompts

<img src='https://github.com/hiproxy/hiproxy-example/raw/master/screen-shot.png' width='300px'/>
Binary file added screen-shot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions start.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ console.log('News App started at: \t' + 'http://127.0.0.1:8002/'.underline.blue)
console.log();

console.log('How to experience hiproxy?\n');
console.log('> step 0:'.bold.magenta, 'Install hiproxy', 'npm install -g hiproxy'.bold.green);
console.log('> step 1:'.bold.magenta, 'Open a new Terminal tab.');
console.log('> step 2:'.bold.magenta, 'Execute', 'cd workspace && hiproxy start --open --port 8008 --pac-proxy'.bold.green);
console.log('> step 3:'.bold.magenta, 'Visit', 'http://www.example.com/'.underline.blue);
Expand Down

0 comments on commit 1aa4a99

Please sign in to comment.