From 338ed726e4af80a9ec91465bc94392d71e4a2b51 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Fri, 24 May 2024 13:07:57 +0100 Subject: [PATCH] docs: update URL from duckdns.org to giize.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a57584d..9ad35dd 100644 --- a/README.md +++ b/README.md @@ -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 ```