Skip to content

Installation

Eduard edited this page May 10, 2022 · 5 revisions

Windows Installation

  1. Clone the repository.
  2. Install Go from this link.
  3. Build and compile the project in the CLI using the custom script provided.
cd Kode/
build.bat
  1. Navigate inside the distribution directory to find the executable.
cd dist/
  1. (Optional) Add the executable kode.exe to the environment path as explained here.
  2. Run applications in the CLI using kode -run <path to the application>.
  3. For more commands use kode -help.

macOS Installation

Coming soon...

Linux Installation

Coming soon...

Clone this wiki locally