Radish alpha
r
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Radicle
Git
readme: Add NPM script shell hint for Windows
justarandomgeek committed 3 days ago
commit dc74329de063eace7fcddb3826556c12b4d1b721
parent 1ed54a4
1 file changed +8 -0
modified README.md
@@ -16,6 +16,13 @@ See [radicle.dev/desktop#install](https://radicle.dev/desktop#install).
- [Rust][rus] toolchain (1.77 or higher)
- [Tauri system dependencies][tau]

+
On Windows, NPM's script shell must be set to a POSIX compatible shell such as
+
[Git Bash][gfw]:
+

+
```
+
npm config set script-shell "C:\\Program Files\\git\\bin\\bash.exe"
+
```
+

Run the following commands to build the desktop app locally:

```
@@ -43,6 +50,7 @@ To get in touch with the maintainers, sign up to our [official chat on Zulip][zu

The UI is distributed under the terms of GPLv3. See [LICENSE][lic] for details.

+
[gfw]: https://gitforwindows.org
[lic]: ./LICENSE
[rad]: https://radicle.dev
[nod]: https://nodejs.org