Skip to content

v1.1.0 / 2023-08-30

Latest
Compare
Choose a tag to compare
@jamalkaksouri jamalkaksouri released this 19 Aug 12:56
· 26 commits to main since this release

Windows Installation Guide:

  1. Unzip the downloaded file.
  2. Copy "codegen.exe" to C:/users.
  3. Press Win + R, enter sysdm.cpl and hit Enter.
  4. In the Advanced tab, click Environment Variables
  5. Under System variables, find "Path" and click "Edit."
  6. 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:

  1. Unpack the installer: tar xzvf codegen-installer.tar.gz
  2. Navigate to the installer directory: cd codegen-installer
  3. Run the installation script: ./install-codegen.sh
  4. Open your terminal and type: codegen

Your installation on Linux (amd64) is now done. Simply enter codegen in the terminal to use the tool.