From 065bfaa8e202b67f63720fa1d9ef1356e8c451df Mon Sep 17 00:00:00 2001 From: Pedro Aguiar <72931357+codespearhead@users.noreply.github.com> Date: Fri, 26 Jun 2026 11:33:57 -0400 Subject: [PATCH] refactor/readme/document-latest-stable-commit-hash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f016804..c313cd9 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ pip install poetry 2. Install the project in your existing Poetry project: ```bash -poetry add git+ssh://git@github.com/codespearhead/visiongui.git#da0a147e0258b260d8b06a26958847406452f769 +poetry add git+ssh://git@github.com/codespearhead/visiongui.git#cca1fa0f4c6213769653ef19105523499a2116b6 ``` 2. Create a file in the root of your project called "main.py" with the contents of file [./demo/main.py](./demo/main.py).