toland / qlmarkdown

QuickLook generator for Markdown files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme might be misleading

tarwich opened this issue · comments

I attempted to run

./discount-config/update-discount.sh

as per the readme and it failed with:

./discount-config/update-discount.sh: line 17: ./update.sh: No such file or directory

However, the following worked:

cd ./discount-config
./update-discount.sh
cd ../

System Information

Mach kernel version:
Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 161 tasks, 898 threads, 8 processors
Load average: 0.22, Mach factor: 7.77

zsh 4.3.11 (i386-apple-darwin12.0)

Fixed update scripts to work in either directory.
Fixed in d984a3e. Closing.