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

Commit 12468d6

Browse files
clarify where to go to get OS specific help
1 parent 34acf65 commit 12468d6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

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

77
## Installation
88

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

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

17-
Steps:
18+
### OS Specifics
19+
- Linux: https://github.com/tauri-apps/tauri/wiki/02.-Linux-Setup
20+
- Mac: https://github.com/tauri-apps/tauri/wiki/03.-MacOS-Setup
21+
- Windows: https://github.com/tauri-apps/tauri/wiki/04.-MS-Windows-Setup
22+
23+
24+
### Steps:
1825

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

0 commit comments

Comments
 (0)