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

Installing Pretzel

ChristianPackmann edited this page May 7, 2017 · 6 revisions

Disclaimer

As we are yet to build an installer for Pretzel, we require a small favour from you. Like other command-line tools you install, pretzel requires modifying the PATH variable to get the best experience.

Installation Steps

  1. Grab the latest version from the Releases tab, install it from Chocolatey - or build the code from release yourself (see CONTRIBUTING.md). We merge all the assemblies into a single binary - Pretzel.exe - you can ignore the additional data that VS generates.

  2. Copy the Pretzel.exe to a folder where you won't accidentally delete it - as I use D:\Code\ for keeping track of all these tools, my current Pretzel version lives in D:\Code\Pretzel\. Take a note of the directory you use here, as you need it for the next step.

  3. Append the directory which contains Pretzel to the PATH environmental variable on your machine. This guide should help people get familiar with where that lives in the Windows menus.

When you've done all that, open up a command prompt or Powershell prompt and start experimenting!