From 29c83e696ef58fb5c80378c31f30e2ec5a7fce38 Mon Sep 17 00:00:00 2001 From: Andrii Balitskyi <84702959+andrii-balitskyi@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:50:15 +0100 Subject: [PATCH] feat: Update readme to trigger release (#140) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 523f845..def2aa7 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ first create a sandbox workspace [on your Developer Console](https://console.get then create a sandbox workspace. > NOTE: For installation on m1 mac, you may need to export the following lines -> prior to `poetry install` +> prior to running `poetry install` > > `export CPPFLAGS="-I/opt/homebrew/opt/openssl@1.1/include"` >