Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit addbe38

Browse files
committed
fix(readme): update install instructions
1 parent 3e690f3 commit addbe38

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,22 @@ Turn your Vue SPA into a tiny cross platform desktop app that is fast and secure
66

77
## Installation
88

9-
Please read the general Tauri wiki if you run into any problems: https://github.com/tauri-apps/tauri/wiki
9+
Please read the general Tauri wiki if you run into any problems: https://github.com/tauri-apps/tauri/wiki.
10+
11+
### General Prerequisites:
1012

11-
### Prerequisites:
1213
- NodeJS/npm
1314
- Vue CLI (`yarn global add @vue/cli` / `npm i -g @vue/cli`)
1415
- [Rust/Cargo](https://www.rust-lang.org/)
1516
- Tauri CLI (`cargo install tauri-bundler`)
1617
- [Yarn](https://yarnpkg.com/lang/en/) (optional but recommended over npm)
1718

18-
### OS Specifics
19+
### Detailed Installation Instructions:
20+
1921
- Linux: https://github.com/tauri-apps/tauri/wiki/02.-Linux-Setup
2022
- Mac: https://github.com/tauri-apps/tauri/wiki/03.-MacOS-Setup
2123
- Windows: https://github.com/tauri-apps/tauri/wiki/04.-MS-Windows-Setup
2224

23-
2425
### Steps:
2526

2627
1. Create a Vue CLI project (or cd into an existing one)

0 commit comments

Comments
 (0)