From 5f5d0b0c3581ed89619d6c725bbd7fb9bbd497dc Mon Sep 17 00:00:00 2001 From: coreyphillips Date: Thu, 12 Sep 2024 18:42:12 -0400 Subject: [PATCH] docs: amend clone instruction Amends clone instruction in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63e5820..68ab09f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ npm install react-native-pubky 1. Clone & npm install: ```sh -git clone git clone git@github.com:pubky/react-native-pubky.git && cd react-native-pubky && npm i +git clone git@github.com:pubky/react-native-pubky.git && cd react-native-pubky && npm i ``` 2. Delete the `rust/pubky` directory to prevent a memory error (This step will be removed once pubky is public). 3. Yarn add it to your project: