Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

docs: update contributing guide for linux #4358

Merged
merged 1 commit into from
Apr 19, 2023
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
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ If installation fails due to a `node-gyp` issue you may need to perform some add
### on Linux (Ubuntu-based)

- Make sure `npm` commands are not run as `root`.
- Determine if you have Python 2.7 installed
- example: `which python2.7`
- If you do not have Python 2.7 installed, you need to install it
- example: `sudo apt update && sudo apt install python2.7`
- Run `npm config set python python2.7`
- If you get an error that `make` isn't installed you might need to also install the `build-essential` package
- example `sudo apt update && sudo apt install build-essential`

### on Windows

Expand Down