NimbusKit / markdown

A Markdown NSAttributedString parser.
Apache License 2.0
656 stars 63 forks source link

fmemopen is missing #5

Open burczyk opened 11 years ago

burczyk commented 11 years ago

Hi,

I used your parser in my project, but I had to manually add fmemopen from you other repo which is not very convenient :) Did you think about pushing your project to cocoapods? You can declare all dependencies and allow other users to integrate your parser in just one line. It would be very cool :)

Anyway, great stuff! Kamil Burczyk

myell0w commented 11 years ago

fmemopen is added as a submodule, you need to do

git submodule update --init --recursive

burczyk commented 11 years ago

Thanks, you can write about it in README :)

zhouhao27 commented 10 years ago

Where should I run git submodule update --init --recursive? I run in the branch root folder. Nothing happened.

Jeehut commented 9 years ago

Same here, had to add https://github.com/NimbusKit/memorymapping manually as a Submodule and import the src files to my project. Now it works.