-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
32 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,36 @@ | ||
Contributions are welcome! Please feel free to submit a Pull Request. | ||
# Howdy! | ||
|
||
Contributions are welcome! Please feel free to submit a Pull Request. | ||
|
||
For major changes, please open an issue first to discuss what you would like to change. | ||
|
||
Please make sure to update tests and documentation as appropriate. | ||
|
||
## Building from Source | ||
|
||
Requirements: | ||
|
||
- Node.js (supported version) | ||
- Python 3 | ||
- Platform-specific C++ build tools: | ||
- Windows: Visual Studio Build Tools | ||
- macOS: Xcode Command Line Tools | ||
- Linux: GCC and development headers | ||
|
||
## Before submitting your PR | ||
|
||
Run `npm run precommit`, which: | ||
|
||
- re-formats your code, | ||
- runs the linter | ||
- compiles the native and typescript code, and finally | ||
- runs all the tests | ||
|
||
Keep in mind: this project's build matrix is _extensive_--be sure any edit takes | ||
into account both Windows and POSIX systems. | ||
|
||
- macOS on x86 and Apple Silicon | ||
- Windows on x64 | ||
- glibc Linux on x64 and arm64, with or without Gnome GIO support | ||
- MUSL Alpine Linux on x64 and arm64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,27 +166,7 @@ keep in mind: | |
- Optional GIO integration for additional metadata | ||
- Backfills with `lsblk` metadata if native code fails | ||
|
||
## Building from Source | ||
|
||
Requirements: | ||
- Node.js (supported version) | ||
- Python 3 | ||
- Platform-specific C++ build tools: | ||
- Windows: Visual Studio Build Tools | ||
- macOS: Xcode Command Line Tools | ||
- Linux: GCC and development headers | ||
|
||
## License | ||
|
||
MIT | ||
|
||
## Contributing | ||
|
||
Contributions are welcome! Please feel free to submit a Pull Request. For major | ||
changes, please open an issue first to discuss what you would like to change. | ||
|
||
Please make sure to update tests and documentation as appropriate. | ||
|
||
## Security | ||
|
||
If you discover a security vulnerability, please send an email to [[email protected]](mailto:[email protected]) |