From 8c1a5620dbb40013953a62db3d5eaa92d3816289 Mon Sep 17 00:00:00 2001 From: PedroEdiaz Date: Tue, 20 May 2025 15:03:53 -0600 Subject: [PATCH] Update Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9766355..63eb789 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ main :: proc() { ## Installation Clone or copy the template module into your Odin project directory: -```bash -git clone https://github.com/yourusername/odin-template.git +```sh +git clone https://github.com/nviam/odin-templateless.git ```` Or copy `template.odin` into your source tree.