Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

Contributions are welcome and are greatly appreciated!

## Setup your environment with nix
## Setup Your Environment with Nix

If you are on a Linux system, you can install the nix package manager and use the nix flakes to set up your development environment.
See [CONTRIBUTING-NIX.md](CONTRIBUTING-NIX.md)

## Setting up your environment
## Setting Up Your Environment

After forking to your own github org or account, do the following steps to get started:
After forking to your own GitHub org or account, do the following steps to get started:

```bash
# prerequisites
Expand All @@ -35,7 +35,7 @@ pnpm run build:release:android

### Developing on Android

You will need an Android device or emulator connected to your computer as well as an IDE of your choice. (eg: vscode)
You will need an Android device or emulator connected to your computer as well as an IDE of your choice (e.g., VS Code).

```bash
# prerequisites
Expand Down
Loading