From 233b1747b4a86a4e06b0cef9bd0f9150524300be Mon Sep 17 00:00:00 2001 From: wes Date: Mon, 7 Oct 2019 21:52:09 -0400 Subject: [PATCH] Add a readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eeb7cba --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +## What is this? + +A web browser you can control from your Scheme repl! + +## Dependencies +* gtk3 +* webkit2gtk-4.0 +* guile-2.2 + +## How to build +* Compile with `./build.sh` + +## How to use +* Run `./a.out` after compiling +* Run `(load "test.scm")` to start up the browser in another thread +* Run `(open-page "https://example.org")` to see it in action.