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

Commit feb1cd6

Browse files
authored
docs: update contributing guide for linux (#4358)
1 parent 7cba77c commit feb1cd6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ If installation fails due to a `node-gyp` issue you may need to perform some add
1919
### on Linux (Ubuntu-based)
2020

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

2825
### on Windows
2926

0 commit comments

Comments
 (0)