Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 1.17 KB

README.md

File metadata and controls

68 lines (51 loc) · 1.17 KB

Godo

A command-line tool for managing different versions of Godot Engine.

Written in PURE Rust.

Note

Currently Godo supports Windows only, and will soon catch up with macos and linux :D

Setup

  1. Download the latest .exe executable at the Releases Page
  2. Place it into an empty folder with a considerate name, e.g. godo
  3. Run command below from a cmd or a PowerShell:
setx "PATH" "%PATH%;path\to\godo"
  1. Run another cmd, and try the commands in Quick Start section out!

Quick Start

Install the latest stable version of Godot:

godo install

...with Mono support:

godo install -m

Install 3.x version:

godo install 3

Run Godot with latest stable version:

godo run

...with specified version:

godo run 3

See what's available to install:

godo available

...with prereleased versions:

godo available -p

What's already installed?

godo list

I don't want that version anymore!

godo uninstall 4.2-stable