We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f510c77 commit 87ecbb5Copy full SHA for 87ecbb5
1 file changed
README.md
@@ -21,12 +21,6 @@ curl -fsSL https://raw.githubusercontent.com/ricky-ultimate/scriptvault/main/ins
21
iwr https://raw.githubusercontent.com/ricky-ultimate/scriptvault/main/install.ps1 | iex
22
```
23
24
-**To release a new version**, just tag and push:
25
-```bash
26
-git tag v0.1.0
27
-git push origin v0.1.0
28
-```
29
-
30
**Build from source**
31
Requires Rust (install via [rustup.rs](https://rustup.rs)).
32
```bash
0 commit comments