Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw authored Apr 3, 2022
1 parent 24be4d0 commit 97a2a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add https://github.com/elibroftw/modern-desktop-app-template/commits.atom to you
1. Follow only the Tauri [prerequisites](https://tauri.studio/docs/getting-started/prerequisites)
2. Install yarn with `npm i -g yarn`
3. Create the frontend project with `yarn create vite APP-NAME --template react[-ts]` and enter a package-name if you have to
4. Run `yarn add -D @tauri-apps/cli && yarn tauri init` in the new directory
4. Run `yarn add -D @tauri-apps/cli && yarn tauri init` in the newly created directory
5. Now copy the contents of each file in this repo (excluding `README.md` and `LICENSE.md`) into the corresponding file of your project. For example my `package.json`.
6. Run `yarn` to install dependencies (ignore warnings)
7. Run `yarn dev` to start developing
Expand Down

0 comments on commit 97a2a93

Please sign in to comment.