docs: install from registry
Lorenzo Rizzotti committed
Mar 23, 2025 at 12:22 UTC
bab0e02c7c86ae081c9526843e0cb866d76b42e0
1 file changed
+2
-2
README.md
+2
-2
@@ -11,7 +11,7 @@ Since this plugin is yet not published to crates.io or npm registery, we can ins
11
1. Inside your root directory run this command
12
13
```bash
14
-npm i https://github.com/Dreaming-Codes/tauri-plugin-admob.git
14
+npm i tauri-plugin-admob-api
15
```
16
17
> You might need to update your tauri version to "2.4.0" or more
@@ -19,7 +19,7 @@ npm i https://github.com/Dreaming-Codes/tauri-plugin-admob.git
19
2. Inside your `src-tauri` directory run this command
20
21
```bash
22
-cargo add tauri-plugin-admob --git https://github.com/Dreaming-Codes/tauri-plugin-admob.git
22
+cargo add tauri-plugin-admob
23
```
24
25
3. Since google library uses different Kotlin version than Tauri you may need to add the following compiler