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

Installing Pretzel

shiftkey edited this page Feb 7, 2012 · 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 a download from the Downloads tab - or build the code from release yourself. 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, so my current Pretzel version lives at D:\Code\Pretzel\.

  3. Add the directory which contains Pretzel to the PATH environmental variable. 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!