Skip to content

Commit

Permalink
Merge pull request #253 from e6nlaq:e6nlaq/issue251
Browse files Browse the repository at this point in the history
Updating Documents
  • Loading branch information
e6nlaq authored Feb 23, 2023
2 parents fb3d859 + 7e466c0 commit f4109e2
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 165 deletions.
57 changes: 0 additions & 57 deletions DIRECTORY.md

This file was deleted.

45 changes: 5 additions & 40 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,16 @@

## What is Aqua?

<img src="./image/aqua.png" width="200px"></img>


<img src="./image/aqua-full.png" width="400px"></img>

![GitHub repo size](https://img.shields.io/github/repo-size/e6nlaq/aqua?label=Repo%20Size&logo=github) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/e6nlaq/aqua?color=%233FB950&label=Latest%20Release&logo=github) ![GitHub](https://img.shields.io/github/license/e6nlaq/aqua?label=License) ![GitHub all releases](https://img.shields.io/github/downloads/e6nlaq/aqua/total?label=Download) ![Lines of code](https://img.shields.io/tokei/lines/github/e6nlaq/aqua?label=Code%20Lines)

Aqua is a fast, short, and easy programming language.

Aqua is a very simple and complex programming language.

Available for Windows, Mac, Linux and Ubuntu.

## Install (Windows)

Install and deploy the latest version of Aqua from [here](https://github.com/e6nlaq/aqua/releases).

After installation, run `install-XXbit.bat` in `script/` with **administrator privileges**.
## Install (UNIX)

Install and deploy the latest version of Aqua from [here](https://github.com/e6nlaq/aqua/releases).

After expansion, add the folder `bin\xNN` to the `PATH`.

In the terminal, run `aqua` and
## Install

```
Welcome to Aqua!
Aqua helps to solve a very small problem
Let's specify the Aqua script as the first argument!
```

is displayed, you are done.

## Aqua Learn

Want to learn Aqua?

We have just the thing for you!

[Aqua Learn](./learn/README.md)
Please see [here](./docs/install.md).

## Terms of Use

This program and its source code are available under the GNU General Public License v3.0.

## New Features

Please click [here](https://github.com/e6nlaq/aqua/issues?q=is%3Aissue+is%3Aopen+sort%3Acreated-asc) to see the status of the new additions.
This program and its source code are freely available under the MIT License.
2 changes: 1 addition & 1 deletion aqua.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Created at: Jan 7, 2023, 7:41 AM GMT+9
Copyright (C) 2023 e6nlaq
This file is part of aqua.
Licensed under GNU General Public License v3.0.
Licensed under the MIT License.
*******************************************************/

Expand Down
23 changes: 23 additions & 0 deletions docs/install.md
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`
10 changes: 0 additions & 10 deletions learn/1.md

This file was deleted.

4 changes: 0 additions & 4 deletions learn/2.aqua

This file was deleted.

34 changes: 0 additions & 34 deletions learn/2.md

This file was deleted.

14 changes: 0 additions & 14 deletions learn/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion lib/all.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Created at: Jan 7, 2023, 7:41 AM GMT+9
Copyright (C) 2023 e6nlaq
This file is part of aqua.
Licensed under GNU General Public License v3.0.
Licensed under the MIT License.
*******************************************************/

Expand Down
2 changes: 1 addition & 1 deletion lib/ios.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Created at: Jan 7, 2023, 7:41 AM GMT+9
Copyright (C) 2023 e6nlaq
This file is part of aqua.
Licensed under GNU General Public License v3.0.
Licensed under the MIT License.
*******************************************************/

Expand Down
2 changes: 1 addition & 1 deletion lib/script.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Created at: Jan 7, 2023, 8:00 AM GMT+9
Copyright (C) 2023 e6nlaq
This file is part of aqua.
Licensed under GNU General Public License v3.0.
Licensed under the MIT License.
*******************************************************/

Expand Down
2 changes: 1 addition & 1 deletion lib/stdc++.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Created at: Jan 14, 2023, 8:15 M GMT+9
Copyright (C) 2023 e6nlaq
This file is part of aqua.
Licensed under GNU General Public License v3.0.
Licensed under the MIT License.
*******************************************************/

Expand Down
2 changes: 1 addition & 1 deletion lib/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Created at: Jan 7, 2023, 7:41 AM GMT+9
Copyright (C) 2023 e6nlaq
This file is part of aqua.
Licensed under GNU General Public License v3.0.
Licensed under the MIT License.
*******************************************************/

Expand Down

0 comments on commit f4109e2

Please sign in to comment.