-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #253 from e6nlaq:e6nlaq/issue251
Updating Documents
- Loading branch information
Showing
13 changed files
with
34 additions
and
165 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
# How to Aqua Install | ||
|
||
## Windows | ||
|
||
1. Download the latest version of Aqua's Zip from [here](https://github.com/e6nlaq/aqua/releases). | ||
2. Extract the downloaded Zip file. | ||
3. Run `install.bat` in the `script` folder: `install-win64.bat` for 64-bit and `install-win32.bat` for 32-bit. | ||
|
||
> **Warning** | ||
> Please execute with administrator privileges. | ||
## UNIX | ||
|
||
1. Execute the following command | ||
|
||
```bash | ||
# Please specify the version. | ||
$ wget https://github.com/e6nlaq/aqua/archive/refs/tags/vX.X.X.tar.gz | ||
$ tar -zxvf vX.X.X.tar.gz | ||
``` | ||
|
||
2. Add `bin/x64` or `x86` folder to `PATH` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters