From cb2eacc7c6b2e835ba3e9c667d131219d2062ec6 Mon Sep 17 00:00:00 2001 From: Atila Fassina Date: Tue, 13 Aug 2024 21:26:16 +0200 Subject: [PATCH] add logo to readme --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index a914281..cf99882 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ -# Quantum - -This template should help get you started developing with Tauri + SolidStart + TypeScript. +
+ + +

Quantum

+

This template should help get you started developing with Tauri + SolidStart + TypeScript.

+
> [!note] -> Tauri v2 is already considered stable, it is currently at the Release Candidate stage. This means only minor fixes are expected towards the stable release. +> Tauri v2 is already considered stable, it is currently at the **Release Candidate** stage. This means only minor fixes are expected towards the stable release. ## Cloning it πŸ‘ @@ -23,7 +26,7 @@ git clone --depth 1 https://github.com/atilafassina/quantum The snippets below use [PNPM](https://pnpm.io) as the package manager and task runner, but Yarn, NPM, Bun, or Cargo should also work with the appropriate syntax. -> πŸ›Ÿ Check the [Tauri Docs](https://beta.tauri.app/) for more guidance on building your app. +> πŸ›Ÿ Check the [Tauri Docs](https://v2.tauri.app/) for more guidance on building your app. First step is always to install JavaScript dependencies from the root: @@ -43,7 +46,7 @@ pnpm tauri dev -[Check the prerequisites](https://beta.tauri.app/guides/prerequisites/#ios) for having iOS ready to run (MacOS only). +[Check the prerequisites](https://v2.tauri.app/guides/prerequisites/#ios) for having iOS ready to run (MacOS only). Once that is done, let’s create the XCode project: ```sh @@ -63,7 +66,7 @@ This command will open XCode with your project, select the simulator and get rea -[Android Studio and a few other steps will be required](https://beta.tauri.app/guides/prerequisites/#android) to get things up and running. +[Android Studio and a few other steps will be required](https://v2.tauri.app/guides/prerequisites/#android) to get things up and running. Once that's done, you can initialize the project: ```sh