Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcio Galli committed Oct 14, 2010
1 parent 4725a8f commit 5085ec1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ ultimate goal is to build your own browser using (mostly) standard web technolog

1. ./run

or

2. ./run first_browser/index.html or ./run test_require/index.html

## What could go wrong?

In order to work, you probably should make sure you've got ffx 3.6.x
Expand Down
1 change: 1 addition & 0 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ else:
os.symlink(ui_directory, interface_directory)


browserToLaunch = "test_require/index.html"
browserToLaunch = "first_browser/index.html"
try:
browserToLaunch = sys.argv[1]
Expand Down

0 comments on commit 5085ec1

Please sign in to comment.