You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ This project lets you upload your files remotely to different hosting sites.
17
17
- Install Tauri-CLI with this command:
18
18
19
19
```
20
-
20
+
cargo install tauri-cli
21
21
```
22
22
23
23
- Start compilation with this command:
24
24
25
25
```
26
-
tauri build
26
+
cargo tauri build
27
27
```
28
28
29
29
You'll find the installer in the `.\src-tauri\target\release\bundle` folder.
@@ -43,7 +43,7 @@ You have access to a history of links created, showing its upload date and the t
43
43
44
44
Every day, a check is made to see if the hosts are still online. If this is not the case, the script makes it unavailable.
45
45
46
-
You can manually delete the file uploaded to the host from the history, provided that the host is able to delete it and offers the ability to do so. You'll find a list here.
46
+
You can manually delete the file uploaded to the host from the history, provided that the host is able to delete it and offers the ability to do so. You'll find a list below.
0 commit comments