From 7c2d53c4a41dbee6b408d422a2465bb270ea6962 Mon Sep 17 00:00:00 2001 From: Shunsuke Shibayama <45118249+mtshiba@users.noreply.github.com> Date: Fri, 23 Jun 2023 00:56:24 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8649e10..5bfc025 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ > cargo install pylyzer > ``` -**NOTE**: Installation by `cargo install pylyzer` is currently unavailable due to using a version of [the parser](https://github.com/RustPython/Parser/) not published on crates.io. Please clone the repository and build it directly. +> **Warning**: Installation by `cargo install pylyzer` is currently unavailable due to using a version of [the parser](https://github.com/RustPython/Parser/) not published on crates.io. Please clone the repository and build it directly. ```bash git clone https://github.com/mtshiba/pylyzer.git