From 1e95a76aa28df41b36c1ec41e24287d6c1b4065b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 28 Jan 2024 19:55:11 -0800 Subject: fix bugs found by emailer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 968104b..b483ac4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ choices along the way in the design process according to what I thought was logi # Installation In the terminal: ``` sh -git clone https://github.com/ret2pop/stem +git clone --recurse-submodules https://github.com/ret2pop/stem cd stem/ make sudo make install -- cgit