⚠️ New version of the editor available at https://www.gitbook.com/editor
This application is a simple editor for writing books. It's available for Windows, Linux (32 and 64bits) and Mac.
Download it from https://github.com/GitbookIO/editor-legacy/releases.
- Download gitbook-mac.dmg
- Open the file
- Copy the Codebox application to your mac's Applications folder
- Open it and start working
- Download gitbook-linux32.tar.gz
- Extract it using:
tar -xvzf gitbook-linux32.tar.gz
- Run the installation script
cd GitBook && ./install.sh
- There is now a shortcut on your desktop
- Open it and start working
- Download gitbook-win.zip
- Extract it using a ZIP tool
- Copy the
GitBook
folder to your desktop - Open
GitBook.exe
and start working
nw
is an alias for node-webkit (version > 0.10.0).
$ npm install .
$ grunt build
$ nw ./ --remote-debugging-port=9222