Skip to content

Commit

Permalink
[github] Contributing: Fix Konsole executable name (#19402)
Browse files Browse the repository at this point in the history
  • Loading branch information
igoro00 committed Oct 5, 2022
1 parent 51a1989 commit dd7c660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Manual smoke tests are included in `apps/native-component-list`, this is a good

### Set up documentation

If you plan to contribute to the documentation, run `npm run setup:docs`.
If you plan to contribute to the documentation, run `npm run setup:docs`.

### Set up Android

Expand All @@ -62,7 +62,7 @@ If you will be working with the iOS project, ensure **ruby 2.7** is installed on
- Web: `yarn web`
- iOS: `yarn ios`
- Android: `yarn android`
- If you are working on Linux, make sure to set the `TERMINAL` environment variable to your preferred terminal application. (e.g. `export TERMINAL="Konsole"`)
- If you are working on Linux, make sure to set the `TERMINAL` environment variable to your preferred terminal application. (e.g. `export TERMINAL="konsole"`)

3. You are now running the `test-suite` app via the `bare-expo` project. The next section explains how you can begin to make changes to SDK packages.

Expand Down

0 comments on commit dd7c660

Please sign in to comment.