Skip to content
Johan Ronsse edited this page Apr 29, 2016 · 10 revisions

Setting up a new bedrock project

Cloning

  1. Clone [email protected]:mono-company/bedrock.git
  2. Remove the remotes so you don't accidentally push to the original Bedrock repo: git remote remove

Download

  1. Download https://github.com/mono-company/bedrock/archive/master.zip
  2. Rename the folder to your-project-name and set up a git repository for your project

Upgrading a bedrock project

The best way to upgrade a bedrock project is to install the bedrock-cli tool. See https://github.com/mono-company/bedrock-cli . Then, you can run bedrock upgrade to upgrade your install to the latest version.

Clone this wiki locally