Skip to content

Commit

Permalink
Merge pull request #1878 from yoavain/fix-1814
Browse files Browse the repository at this point in the history
Fix 1814
  • Loading branch information
yoavain authored Mar 22, 2024
2 parents 9af9122 + 7002b7d commit a33618c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ Pre-Requisites for template to work:
## Quick Overview

```sh
npx create-windowsless-app my-app
npx create-windowless-app my-app
```
Note: There's an open issue regarding running npx on Windows when the user folder path contains a space.
For more info and a workaround: [npx#146](https://github.com/zkat/npx/issues/146)

<details><summary>Or with npm</summary>
<p>
You can install create-windowsless-app globally:
You can install create-windowless-app globally:

```sh
npm install -g create-windowsless-app
npm install -g create-windowless-app
```

And then you can run:
Expand Down

0 comments on commit a33618c

Please sign in to comment.