docs: update URL from duckdns.org to giize.com

This commit is contained in:
Muhammad Nauman Raza 2024-05-24 13:07:57 +01:00
parent 6dd3dff45f
commit 338ed726e4

View file

@ -7,7 +7,7 @@ Vaporise (`vpr`) is a simple, featureful, fast, and memory-safe alternative to t
To build `vaporise`, you'll need [Rust](https://rust-lang.org) installed:
```bash
$ git clone https://git.devraza.duckdns.org/devraza/vaporise
$ git clone https://git.devraza.giize.com/devraza/vaporise
$ cd bunbun
$ cargo build --release # `--release` adds a few optimisations
```