@setoelkahfi / svara / commits / d139d2a

Updated README.md

mellbacon committed Jul 15, 2022 at 10:06 UTC d139d2a24a9287e544167b70837bd7bfd39f0e8c
1 file changed +1 -2
README.md
+1 -2
@@ -29,8 +29,6 @@ This project was made with [Tauri](https://tauri.app/) and was built with...
29 - [Yarn](https://yarnpkg.com/)
30 - [Node.js](https://nodejs.org)
31
32 -(*Note: Make sure you have these [prerequisites](https://tauri.app/v1/guides/getting-started/prerequisites) before continuing*.)
33 -
32 Clone the repo via...
33 ```bash
34 gh repo clone mellobacon/Nucleus
@@ -60,6 +58,7 @@ Navigate to [localhost:8080](http://localhost:8080). You should see the app runn
58
59 ### To run via a desktop window...
60
61 +(*Note on building for desktop: Make sure you have these [prerequisites](https://tauri.app/v1/guides/getting-started/prerequisites) as well as [the Tauri CLI](https://tauri.app/v1/guides/getting-started/tauri-cli)*.)
62 ```bash
63 yarn tauri dev
64 ```