Radish alpha
r
Radicle desktop app
Radicle
Git (anonymous pull)
Log in to clone via SSH
readme: Add NPM script shell hint for Windows
justarandomgeek committed 1 month ago
commit d65e4b91f8a078491b494de03eb6196e1dd760c7
parent 7d4b1b4d8eecf71de744dfd8e90368144c15683b
1 file changed +8 -0
modified README.md
@@ -16,6 +16,13 @@ See [desktop.radicle.xyz/#install](https://desktop.radicle.xyz/#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.xyz
[nod]: https://nodejs.org