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

Commit

Permalink
docs: update contributing guide for linux (#4358)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmurdoch committed Apr 19, 2023
1 parent 7cba77c commit feb1cd6
Showing 1 changed file with 2 additions and 5 deletions.
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

0 comments on commit feb1cd6

Please sign in to comment.