From 5b4e83fea33d7f19c582b1c4b66a9614d804f321 Mon Sep 17 00:00:00 2001 From: AkashPattanaik Date: Fri, 13 Aug 2021 10:15:42 +0530 Subject: [PATCH] Add UltroidCli as a deploy method (#128) `UltroidCli` - https://github.com/BLUE-DEVIL1134/UltroidCli `Docs` - https://blue-devil1134.github.io/UltroidCli/ --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fc8591..0e5aec8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ - [Local Machine](#Deploy-Locally) # Documentation -[![Document](https://img.shields.io/badge/Documentation-Ultroid-blue)](http://ultroid.tech/) +[![Documentation](https://img.shields.io/badge/Documentation-Ultroid-blue)](http://ultroid.tech/) # Tutorial - Full Tutorial - [![Full Tutorial](https://img.shields.io/badge/Watch%20Now-blue)](https://www.youtube.com/watch?v=9wF7k9qA0Q4) @@ -42,6 +42,16 @@ Get the [Necessary Variables](#Necessary-Variables) and then click the button be ## Deploy Locally - [Traditional Method](#local-deploy---traditional-method) - [Easy Method](#local-deploy---easy-method) +- [Latest Method](#local-deploy---latest-method) + + +### Local Deploy - Latest Method +This is the latest and most fastest method currently.
+First, goto [This Project](https://github.com/BLUE-DEVIL1134/UltroidCli) and install the latest release from the Github Releases.
+Then, do as its given in the `README.md` to add the executable to your system path. + +Further, take a look at the [`docs`](https://blue-devil1134.github.io/UltroidCli/) to get more information on this. + ### Local Deploy - Easy Method - Linux - `bash -c "$(curl -fsSL https://git.io/JY9UM)"`