Skip to content

SteamClientHomebrew/Installer

Repository files navigation

Alt text

[SCH] Millennium Installer

A simple standalone program which automates the installation, removal and maintenance of Millennium.

GitHub Releases Discord Website Docs


Prerequisites

  • Git
  • Node.js
  • npm (pre-installed with node)
  • Command line of your choice.

Building

Clone the repository.

git clone https://github.com/SteamClientHomebrew/Installer.git && cd Installer

This will create a local copy of this repository and navigate you to the root folder of the repository.

Install Dependencies

npm install

This installs node module dependencies needed

Start Development

npm run dev

This runs the installer in development mode

Compiling

npm run build

compile the installer to an executable