Skip to content

Commit

Permalink
docs: Adding git attributes as well as updating wording
Browse files Browse the repository at this point in the history
docs: Adding git attributes as well as updating wording
  • Loading branch information
cyfyifanchen committed Nov 29, 2024
1 parent 0ff7765 commit 38735a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)<br>• [Node.js(LTS) v18](https://nodejs.org/en) |
| **Minimum System Requirements** | • CPU >= 2 Core<br>• RAM >= 4 GB |

<br>
<!-- <br>
### Windows settings(MUST READ)
Expand All @@ -97,9 +97,9 @@ On Windows, Git automatically adds a carriage return(\r) at the end of each line
```bash
git config --global core.autocrlf false
```
``` -->

3. Re-clone the project and start the process again
<!-- 3. Re-clone the project and start the process again -->

<br>

Expand Down

0 comments on commit 38735a3

Please sign in to comment.