From 7e707d610305b8ad39926bfe59deee789d985e00 Mon Sep 17 00:00:00 2001 From: azur <73991665+azur1s@users.noreply.github.com> Date: Fri, 25 Mar 2022 13:03:07 +0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4e7d0b7..77d785c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,16 @@ Note: Everything in this project can be changed at anytime! (I'm still finding o - Rust (if you're going to build from source) - (Optional) if you use Vim, you can get the syntax highlighting [here](https://github.com/azur1s/hazure.vim) +# Installing +Currently there is only a build script on linux: +``` +curl -s https://raw.githubusercontent.com/azur1s/hazure/master/build.sh | bash -s +``` +or if you want to build in debug mode: +``` +curl -s https://raw.githubusercontent.com/azur1s/hazure/master/build.sh | bash -s d +``` + # Contributing Found a bug? Found a better way to do something? Make a pull request or tell me in the issues tab! Anything contributions helps :D