Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Getting started

Krzysztof Cieślak edited this page Sep 19, 2017 · 2 revisions

Installation

Via Scoop.sh (Windows)

You can install Forge via the Scoop package manager on Windows

scoop install forge

Via Homebrew (OSX)

You can install Forge via the Homebrew package manager on OS X

brew tap samritchie/forge && brew install forge

Other

Download latest version of Forge from GitHub Extract zip file Add Forge location to PATH

Starting Forge

Forge needs to be run in root folder of your solution (place with sln file, root of git repository etc.)

Running forge without any command (or with --help flag) will print out the help showing what commands can be used.

Clone this wiki locally