Auto correct, thanks...

Olivier 2016-04-04 14:25:44 +02:00
parent ae685fbdac
commit 67cbe49213

@ -1,4 +1,4 @@
This is a guide for running manuscript from sources on OS X.
This is a guide for running manuskript from sources on OS X.
It's really easy.
It explains how to install all necessary dependencies, and then run the soft.
@ -38,24 +38,24 @@ PyEnchant is used for spellchecking.
brew install enchant
pip3 install pyenchant
# Get manuscript's latest version
# Get manuskript's latest version
Go to where you'd like to download manuscript, f.ex:
Go to where you'd like to download manuskript, f.ex:
cd ~/Documents/
Clone git repository (it will download manuscript in a folder named `manuskript`)
Clone git repository (it will download manuskript in a folder named `manuskript`)
git clone https://github.com/olivierkes/manuskript.git
Run manuscript and be glad:
Run manuskript and be glad:
./manuskript/bin/manuskript
## Optional: manuskript's test version
If you'd like to run manuscript's test version, type:
If you'd like to run manuskript's test version, type:
cd manuskript
git checkout remotes/origin/develop