·
38 commits
to master
since this release
Wave Execution Guide (Version 0.0.7-pre-alpha)
Welcome to Wave v0.0.7-pre-alpha! This release is a fixed version of the bug in v0.0.6-pre-alpha related to AST.
New Features in v0.0.7-pre-alpha
- This release included in the parameters and fixed 2 bugs in the body. However, I got a bug where the variables in the body appear in the parameters.
Thank you for using Wave! Stay tuned for future updates and enhancements.
Installation Guide
For Windows:
-
Download and Extract:
- Download the
wave-v0.0.7-pre-alpha-windows.zip
file from the official source. - Extract the contents to your preferred location (e.g.,
C:\wave
).
- Download the
-
Set Environment Variables:
- Add the folder containing
wave.exe
to your environment variables:- Open "System Properties" and go to "Advanced System Settings."
- Click the "Environment Variables" button.
- Under "System variables," select the
Path
variable and click "Edit." - Add the path to the folder containing
wave.exe
. For example:C:\wave
- Add the folder containing
-
Verify Installation:
- Open a terminal and type:
wave --version
- If the version number displays, the installation was successful.
- Open a terminal and type:
For Linux:
-
Download and Extract:
- Download the
wave-v0.0.7-pre-alpha-linux.tar.gz
file from the official source. - Extract the archive:
sudo tar -xvzf wave-v0.0.7-pre-alpha-linux.tar.gz -C /opt
- Download the
-
Set Environment Variables:
- Add the Wave binary to your
PATH
by editing your shell configuration file (e.g.,~/.bashrc
or~/.zshrc
):export PATH=$PATH:/opt
- Apply the changes:
source ~/.bashrc
- Add the Wave binary to your
-
Verify Installation:
- Open a terminal and type:
wave --version
- If the version number displays, the installation was successful.
- Open a terminal and type:
Contributor
@LunaStev | 🇰🇷