Wesley Kerfoot
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
README.md
|
@ -11,6 +11,5 @@ A web browser you can control from your Scheme repl! |
|
|
* Compile with `./build.sh` |
|
|
* Compile with `./build.sh` |
|
|
|
|
|
|
|
|
## How to use |
|
|
## How to use |
|
|
* Run `./a.out` after compiling |
|
|
* Run `./a.out` after compiling and it will launc the browser. |
|
|
* Run `(load "test.scm")` to start up the browser in another thread |
|
|
|
|
|
* Run `(open-page "https://example.org")` to see it in action. |
|
|
* Run `(open-page "https://example.org")` to see it in action. |
|
|