From bdbcd60e7b58cd869b18aba2a100852f21d3aa1b Mon Sep 17 00:00:00 2001 From: cxloe <77425619+cxloe@users.noreply.github.com> Date: Thu, 19 May 2022 13:49:53 -0400 Subject: [PATCH] quick readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb48b4d..ffc2b8c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```bash pipenv install -cd src/tip/ && go build -o libtip.a -buildmode=c-archive && cd .. +cd src/tip/ && go build -o libtip.a -buildmode=c-archive && cd .. && cd .. pipenv run python3 setup.py bdist_wheel ```