Skip to content

Commit b28cb50

Browse files
author
fuzzc0re
committed
Updated dependencies and README
1 parent 120bd95 commit b28cb50

File tree

3 files changed

+266
-280
lines changed

3 files changed

+266
-280
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ context isolation set to true, remote modules set to false etc.
88

99
## Get started
1010

11-
To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit):
11+
To create a new project based on this template you must first clone the repo and then delete the folder .git:
1212

1313
```bash
14-
npx degit fuzzc0re/electron-svelte-typescript-boilerplate MyApp
15-
cd MyApp
14+
git clone https://github.com/fuzzc0re/electron-svelte-typescript MyAppName
15+
cd MyAppName
16+
rm -rf .git
1617
```
1718

1819
_Note that you will need to have [Node.js](https://nodejs.org) installed._

0 commit comments

Comments
 (0)