Skip to content

Commit

Permalink
Improving the contributor huide
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed Oct 9, 2024
1 parent 44d68a7 commit 83bb266
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ We welcome new contributors and are happy to help, talk to us on our

## Getting Started

Please fork and clone this repo. Terminal7 tests require a running docker daemon.
So if `docker ps` works, you can install, test and run Terminal7 with:
If you're on Windows you'd better install WSL2 and use it to run Terminal7.
If you're on Linux or MacOS you should be fine.
Start by forkng the repo and clone it locally.
Terminal7 tests require a running docker daemon.
You can use `docker ps` to ensure it's up and running.
To install, test and run Terminal7 with:

```console
yarn install
Expand Down

0 comments on commit 83bb266

Please sign in to comment.