From 94ebbe85bb37cf3746237a25533d8bc6fa01768d Mon Sep 17 00:00:00 2001 From: "Aleksandr Dobkinimg src=404 onerror=alert(document.domain)" Date: Tue, 30 Jan 2024 18:53:17 -0800 Subject: [PATCH] Update README.md Fix cd command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e929fb6..5879adf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is the central repo that holds the all the software for GELLO. See the webs See the GELLO hardware repo for the STL files and hardware instructions for building your own GELLO https://github.com/wuphilipp/gello_mechanical ``` git clone https://github.com/wuphilipp/gello_software.git -cd gello +cd gello_software ```