Skip to content

Commit dd8c5a2

Browse files
Update README.md
1 parent 8d9c07f commit dd8c5a2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ cd GLUE
2626
```bash
2727
cargo install --path .
2828
```
29+
-- OR --
30+
```bash
31+
grip install glue
32+
```
2933

3034
## Usage
3135

@@ -97,8 +101,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
97101

98102
## Known Limitations
99103

100-
- Very large binary files are not optimally handled
101-
- No built-in compression support
104+
- Binaries are ignored entirely
102105
- No file metadata preservation (timestamps, permissions)
103106

104107
## License
@@ -110,4 +113,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
110113
- [ ] Include file metadata options
111114
- [ ] Add progress indicators for large file sets
112115
- [ ] Add maximum file size limit options
113-
- [ ] Improve error reporting structure
116+
- [ ] Improve error reporting structure

0 commit comments

Comments
 (0)