Skip to content

Commit

Permalink
Renaming ducttape to ducttape-engine and improving README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven-Hendrik Haase committed Aug 7, 2011
1 parent 207fe34 commit 3393f2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project(ducttape)
project(ducttape-engine)

cmake_minimum_required(VERSION 2.8.3)

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ issuing `make doc` in your CMake build dir.

Cloning
-------
If you clone this using the usual `git://github.com/ducttape/ducttape-engine.git`
If you clone this using the usual `git clone git://github.com/ducttape/ducttape-engine.git`
please run `git submodule update --init` as the first thing you do within the
cloned repo.
Alternatively, you can just clone with `git clone --recursive`.
Alternatively, you can just clone with `git clone --recursive git://github.com/ducttape/ducttape-engine.git`
and it will do that for you.
This will get our externals that are in different git repos to keep this one
clean and dandy.

Expand Down

0 comments on commit 3393f2d

Please sign in to comment.