summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei Zhang <kweizh@gmail.com>2023-11-22 19:13:07 +0800
committerGitHub <noreply@github.com>2023-11-22 19:13:07 +0800
commit35986b28f775448094ad3d92a6b6fc98fbc621e8 (patch)
treea44a8438b6a787283423795731661adf8c48b5e2
parent3acc758c0b0fa9dca86dbfdd851cf82a5346ffc3 (diff)
:memo: docs: add notice for the readme is for dev (#960)
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d43c20e..c7d7af0 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,12 @@
This project is a rewrite of GNU `ls` with lots of added features like colors, icons, tree-view, more formatting options etc.
The project is heavily inspired by the super [colorls](https://github.com/athityakumar/colorls) project.
+
+**IMPORTANT**: This is the development documents,
+please check the docs in Tags if you installed from the released ones.
+
+The current newest release is: [v1.0.0](https://github.com/lsd-rs/lsd/tree/v1.0.0)
+
## Installation
<details>