Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown required to build README.md #1

Closed
edmundito opened this issue May 10, 2015 · 1 comment
Closed

Markdown required to build README.md #1

edmundito opened this issue May 10, 2015 · 1 comment

Comments

@edmundito
Copy link

Very minor issue: Markdown needs to be installed in order to run the dev setup due to the README.md file itself. So, it should probably be added to the list of install dependencies in the README.md file itself or removed from the Tuprules file.

$ tup
[ tup ] [0.000s] Scanning filesystem...
[ tup ] [0.005s] Reading in new environment variables...
[ tup ] [0.005s] No Tupfiles to parse.
[ tup ] [0.005s] No files to delete.
[ tup ] [0.006s] Executing Commands...
* 1) markdown < README.md > README.html
/bin/sh: markdown: command not found
 *** tup errors ***
 *** Command ID=235 failed with return value 127

My solution was to install markdown via homebrew:

$ brew install markdown
==> Downloading http://daringfireball.net/projects/downloads/Markdown_1.0.1.zip
######################################################################## 100.0%
🍺  /usr/local/Cellar/markdown/1.0.1: 2 files, 40K, built in 2 seconds
$ which markdown
/usr/local/bin/markdown
$ tup
[ tup ] [0.000s] Scanning filesystem...
[ tup ] [0.004s] Reading in new environment variables...
[ tup ] [0.004s] No Tupfiles to parse.
[ tup ] [0.004s] No files to delete.
[ tup ] [0.004s] Executing Commands...
 1) [0.100s] markdown < README.md > README.html
 [ ] 100%
[ tup ] [0.124s] Updated.

The rest of the setup was a success, though!

@leafo leafo closed this as completed in 02b4d5f May 17, 2015
@leafo
Copy link
Member

leafo commented May 17, 2015

thanks, removed the markdown requirement until it's needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants