vmsan 0.1.0-alpha.12 → 0.1.0-alpha.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -37,13 +37,13 @@ Firecracker microVM sandbox toolkit. Create, manage, and connect to isolated Fir
37
37
  ### 1. Install Firecracker, kernel, and rootfs
38
38
 
39
39
  ```bash
40
- curl -fsSL https://raw.githubusercontent.com/angelorc/vmsan/main/install.sh | bash
40
+ curl -fsSL https://vmsan.dev/install | bash
41
41
  ```
42
42
 
43
43
  To uninstall:
44
44
 
45
45
  ```bash
46
- curl -fsSL https://raw.githubusercontent.com/angelorc/vmsan/main/install.sh | bash -s -- --uninstall
46
+ curl -fsSL https://vmsan.dev/install | bash -s -- --uninstall
47
47
  ```
48
48
 
49
49
  This downloads and installs into `~/.vmsan/`: