You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
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
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.
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.
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!