From 0222ee7bd2958cb4bc569ffa3097358f6b43dd47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=B0=E5=A4=A9=E6=B8=B8?= Date: Fri, 23 Jun 2023 15:00:34 +0800 Subject: [PATCH] feat: fix shell alias on readme (#1022) * feat: fix shell alias on readme * feat: edit the install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 948bfc595a..3456c051a6 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ The current recommended way to install tinygrad is from source. ```sh git clone https://github.com/geohot/tinygrad.git cd tinygrad -python3 -m pip install -e . # or `py3 -m pip install -e .` if you are on windows +python3 -m pip install -e . ``` Don't forget the `.` at the end!