File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ cd GLUE
2626``` bash
2727cargo 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
You can’t perform that action at this time.
0 commit comments