Skip to content

Commit

Permalink
Merge pull request danchoi#10 from nathantech2005/master
Browse files Browse the repository at this point in the history
Fantastic Program, Added to the README
  • Loading branch information
Daniel Choi authored Jun 11, 2018
2 parents 0ba8c6f + fe96262 commit 081e7a3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,30 @@ I've precompiled the executable for OS X (10.8). You can download it and `chmod

And then put it on your PATH.

## OSX - Add to Path

```sudo /etc/paths```

You will need to reload your terminal for path to update. Verify the new path with...

```echo $PATH | grep Haskell```

You can also compile programs using cabal. If you are programming in Haskell with your development system setup with cabal....

Add this to your ~/.bash_profile

export PATH="$HOME/Library/Haskell/bin:$PATH"

```source ~/.bash_profile```

## Usage

herbalizer < test.haml

## Simple way to save file

herbalizer < test.haml > outputfile.html.erb

You can also pass filenames as arguments:

herbalizer test.haml
Expand Down

0 comments on commit 081e7a3

Please sign in to comment.