manual/Installation in taskjuggler-3.5.0 vs manual/Installation in taskjuggler-3.6.0
- old
+ new
@@ -40,17 +40,17 @@
Leopard. For Windows, there is a one-click installer available. The
recommended Ruby version to make full use of TaskJuggler is Ruby 2.0.
Ruby 1.9.1 contains some bugs that prevent the multi-core support to
work. For users that are not interested in multi-core support, the web
server, the time sheet infrastructure and daemon Ruby 1.8.7 is still
-ok to use. On Windows you need at least Ruby 1.9.2. If you want to
+OK to use. On Windows you need at least Ruby 1.9.2. If you want to
use non-ASCII characters, Ruby 1.9.2 or later is required as well.
You must have configured your system locale to be UTF-8 to work
properly with non-ASCII characters.
-See below for instructions on how to use the latest and greates Ruby
+See below for instructions on how to use the latest and greatest Ruby
version in parallel with your distribution Ruby.
* '''RubyGems:''' If it did not come with your OS or the Ruby
installation, see [http://docs.rubygems.org here] how to get and
install it. RubyGems is a cross-platform package manager. It will
@@ -65,11 +65,11 @@
==== The easy way ====
===== System Wide Installation =====
-TaskJuggler is a commandline tool. It does not (yet) have a graphical
+TaskJuggler is a command line tool. It does not (yet) have a graphical
user interface. To use it, you need to know how to open a command
or terminal window. In this manual, we refer to it as your shell. The
following paragraphs describe the commands you need to type into your
[http://en.wikipedia.org/wiki/Shell_(computing) shell].
@@ -183,10 +183,10 @@
latest code from the developer repository. To do this, you need to
have [http://www.kernel.org/pub/software/scm/git/docs/ git] installed.
Then checkout the source code with the following command
- git clone git@github.com:taskjuggler/TaskJuggler.git
+ git clone git@github.com/taskjuggler/TaskJuggler.git
Make sure, you have removed all previously installed instances of
TaskJuggler from your system before doing so. It is a common mistake
to have an old version of the TaskJuggler installed and then use parts
of the old and new version together.