From 1f8286a50529f87f00f3a0c3c8ffddd6f01f0477 Mon Sep 17 00:00:00 2001 From: Ryosuke Ito Date: Wed, 15 Apr 2020 21:38:09 +0900 Subject: [PATCH] Add Missing "add" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7f5119..af70c56 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The code generator requires ruby version 2.1 or later. Until this project is released, it is recommended to include it into a project as a git submodule. - $ git submodule https://github.com/Shopify/graphql_swift_gen.git + $ git submodule add https://github.com/Shopify/graphql_swift_gen.git It is recommended to use [bundler](http://bundler.io/) to install the code generators ruby package.