Skip to content

Commit 56bb2b9

Browse files
authored
Adding git lfs support guidance. (#92)
* Adding git lfs support guidance. * Using official documentation for git lfs
1 parent d619625 commit 56bb2b9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

inflection/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,19 @@ The following are the dependencies to use this code.
8080

8181
### Building
8282

83+
#### Working with LFS
84+
85+
Additional checkout steps are necessary when working with the repository as it utilizes Git LFS files.
86+
87+
##### Get LFS client and install it, e.g. on Ubuntu
88+
89+
```bash
90+
sudo apt install git-lfs
91+
git lfs install
92+
```
93+
94+
For more details and troubleshooting refer to this [guide](https://git-lfs.com/).
95+
8396
#### Resolving ICU4C dependancy
8497

8598
Before building this project, you must have a distribution of ICU4C available. The path to the ICU distribution must be

0 commit comments

Comments
 (0)