Skip to content

Commit

Permalink
added unnecessary convienence
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-way committed Dec 1, 2021
1 parent f50dd85 commit fa114fc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,25 @@
This is a template project for electron, svelte, webpack, and typescript. Hot module reloading works out of the box

### Installation
The easy way
``` bash
mkdir <directory>
cd <directory>
curl https://raw.githubusercontent.com/ryan-way-boilerplate/electron-svelte-webpack-typescript/main/.scripts/install.sh | sh
```

The quick way
The manual way
``` bash
git clone --depth=1 <repo-url> <directory>
cd <directory>
rm -rf .git .images
rm -rf .git .images .scripts
yarn install
```

For those with extra time
``` bash
git clone <repo-url> <directory>
cd <directory>
rm -rf .git .images
rm -rf .git .images .scripts
npm install
```

0 comments on commit fa114fc

Please sign in to comment.