From bb0480e978b0113749ca7010f087cb8d509d4594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=90=91=E5=A4=9C?= <46275354+fu050409@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:52:16 +0800 Subject: [PATCH] docs(readme): fix installation command for cargo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96e201ac17..5339dfbd61 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ NOTE: For windows users, please set `RUSTPYTHONPATH` environment variable as `Li You can also install and run RustPython with the following: ```bash -$ cargo install --git https://github.com/RustPython/RustPython +$ cargo install --git https://github.com/RustPython/RustPython rustpython $ rustpython Welcome to the magnificent Rust Python interpreter >>>>>