diff --git a/README.md b/README.md
index 6c69ce4..3b75da6 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
# Fānyì (翻译)
+Ensure you have Bun installed on your system. You can follow the official Bun installation guide [here](https://bun.sh/docs/install).
+
+
A 🇨🇳 and 🇺🇸🇬🇧 translator in your command line, powered by iciba and groq.
diff --git a/docs/README.md b/docs/README.md
new file mode 100644
index 0000000..ddf841a
--- /dev/null
+++ b/docs/README.md
@@ -0,0 +1,3 @@
+ ## Installation
+-Run `make` to build the project.
+Run `bun install` to install the dependencies.