Skip to content

Commit

Permalink
Add clone instructions for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Colacio committed Mar 10, 2018
1 parent 1a19fed commit 53b388c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ than cloning from master.

```
$ git clone https://github.com/fabiocolacio/Marker.git
$ git submodule update --init --recursive
$ cd Marker
$ mkdir build && cd build
$ meson ..
Expand Down

3 comments on commit 53b388c

@maoschanz
Copy link
Contributor

@maoschanz maoschanz commented on 53b388c Mar 15, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be after cd Marker, here it makes no sense

@Mandarancio
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right! My bad! Thank you!

@fabiocolacio
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just fixed this in commit cc0334b. I must have read your mind, because it was moments before your comment haha :)

Thanks for letting us know though

Please sign in to comment.