SSGO LogoDOCS

Installation

You can install ssgo using deno:

deno install --unstable --allow-read --allow-write --allow-net --allow-run -q https://deno.land/x/ssgo/ssgo.ts

The --unstable flag is needed for the moment as ssgo uses Deno's compiler API, which is still unstable.

You can learn about how to easily start using ssgo by reading the Quickstart page.

Upgrading

To upgrade ssgo whenever a new version is released, just run:

ssgo upgrade

Something about this page is wrong? Edit it on GitHub.