From fdc10c794fc764296b9375b578585e4988c4ea1f Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Tue, 28 Oct 2014 12:26:41 -0400 Subject: Fix typo in subtree merge directions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index c7e242ee..fbc8d2dc 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ following (using `minidns` as an example): git remote add minidns https://github.com/rtreffer/minidns.git git fetch minidns - git merge -s minidns/master + git merge -s subtree minidns master To add a new dependency to the `libs/` directory: -- cgit v1.2.3