corywalker / expreduce

An experimental computer algebra system written in Go
MIT License
388 stars 26 forks source link

Added comment that the Git Large File Storage client (git-lfs) is a 'clone time' dependency. #192

Closed rljacobson closed 5 years ago

rljacobson commented 5 years ago

Users who attempt to go get the repository without the Git Large File Storage client installed will clone git-lfs references instead of the required files. (See comment on commit.) I added a line explaining that git-lfs must be installed before cloning the repository.

I also added a newline and removed some parentheses—editorial suggestions that are immaterial to the issue this pull request resolves.