You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ Below we highlight a few tools that you may find useful.
142
142
[Git LFS](https://git-lfs.github.com/) is used to store large files used in testing fgbio. In order to compile and run tests it is necessary to [install git lfs](https://git-lfs.github.com/). To retrieve the large files either:
143
143
144
144
1. Clone the repository _after_ installing git lfs, or
145
-
2. In a previously cloned repository run the follwing once: `git lfs install && git lfs pull`
145
+
2. In a previously cloned repository run the following once: `git lfs install && git lfs pull`
146
146
147
147
After initial setup regular git commands (e.g. `pull`, `fetch`, `push`) will also operate on large files and no special handling is needed.
0 commit comments