Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Building

Jason Stallings edited this page Feb 2, 2015 · 2 revisions

To build Marknote you'll need to download the source, install the devDependencies, then run grunt build.

For example:

git clone https://github.com/octalmage/Marknote.git
cd Marknote
npm install
grunt build

This will create binaries for Mac, Windows, and Linux (64bit) in the build/ directory.

To install grunt run:

npm install -g grunt-cli

More about installing grunt here.

These build instructions have been tested on Mac OS X.

Clone this wiki locally