jamalkaksouri
released this
19 Aug 12:56
·
26 commits
to main
since this release
Windows Installation Guide:
- Unzip the downloaded file.
- Copy "codegen.exe" to C:/users.
- Press Win + R, enter
sysdm.cpl
and hit Enter. - In the Advanced tab, click
Environment Variables
- Under System variables, find "Path" and click "Edit."
- Click "New," add the "codegen.exe" path (e.g.,
C:\Users
), and confirm.
Your installation on Windows(arm64) is now done. Simply enter codegen
in the terminal to use the tool.
Linux Installation Guide:
- Unpack the installer:
tar xzvf codegen-installer.tar.gz
- Navigate to the installer directory:
cd codegen-installer
- Run the installation script:
./install-codegen.sh
- Open your terminal and type:
codegen
Your installation on Linux (amd64) is now done. Simply enter codegen
in the terminal to use the tool.