From 38735a3779fe6539d0e49624f8354d381a715f55 Mon Sep 17 00:00:00 2001 From: Elliott Chen Date: Fri, 29 Nov 2024 12:05:32 +0800 Subject: [PATCH] docs: Adding git attributes as well as updating wording docs: Adding git attributes as well as updating wording --- .gitattributes | 5 +++++ README.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d3662066 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Treat all text files as text and normalize to LF in the repository +* text=auto +# Force LF for shell scripts or config files +*.sh text eol=lf +*.config text eol=lf \ No newline at end of file diff --git a/README.md b/README.md index 6e45499f..df09adb3 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Manages and adjusts agent behavior in real-time for dynamic responsiveness. | **Installation** | • [Docker](https://www.docker.com/) / [Docker Compose](https://docs.docker.com/compose/)
• [Node.js(LTS) v18](https://nodejs.org/en) | | **Minimum System Requirements** | • CPU >= 2 Core
• RAM >= 4 GB | -
+ -3. Re-clone the project and start the process again +