public
Description: Markdown processing with Nu. Use with any Nu or Objective-C project. Created by Grayson Hansard.
Homepage: http://programming.nu/posts/2007/10/10/markdown-in-nu
Clone URL: git://github.com/timburks/numarkdown.git
Install nudown in /usr/local/bin.
timburks (author)
Mon Nov 12 10:03:08 -0800 2007
commit  13f8b26443f96f11986942238d8d3e1a432c9ab7
tree    af04980fdad56ef0b473efe93c5b2ef5a98f8ab0
parent  539b8a39fc4a6138ced129ba628f569e7c8da71d
...
29
30
31
 
32
...
29
30
31
32
33
0
@@ -29,4 +29,5 @@
0
 (task "default" => "framework")
0
 
0
 (task "install" => "framework" is
0
+ (SH "sudo cp bin/nudown /usr/local/bin/nudown")
0
       (SH "ditto #{@framework_dir} /Library/Frameworks/#{@framework_dir}"))

Comments

    No one has commented yet.