Skip to content

Commit

Permalink
πŸ“ Include testing instructions for artifact builds
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Nov 3, 2023
1 parent cd7d103 commit 652bd88
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ Just another Gecko browser...
- [ ] Should be easy to contribute to for someone with Svelte experience & limited knowledge of Gecko
- [ ] Extension API support

## Testing build artifacts

If you wish to test the browser, you can find build artifacts for Linux under Github actions. To run:

1. Find the [latest Github actions run](https://github.com/pulse-browser/experiment/actions/workflows/main.yml?query=branch%3Aartifact-based-browser) (making sure its on the correct branch)
2. Download the artifact called `testing_browser`
3. Extract the artifact
4. Run with `./quark-runtime -no-remote`

## Build instructions

Ensure that the following are installed before continuing:
Expand Down

0 comments on commit 652bd88

Please sign in to comment.