fsprojects / fsharp-ai-tools

TensorFlow API for F# + F# for AI Models eDSL
MIT License
213 stars 17 forks source link

Instructions to build livecheck tooling seem to be out-of-date #30

Closed fwaris closed 5 years ago

fwaris commented 5 years ago

I get the following error when trying to build livecheck tooling using the supplied instructions:

git clone http://github.com/Microsoft/visualfsharp cd visualfsharp git fetch https://github.com/dsyme/visualfsharp livecheck
git checkout livecheck <--- error: pathspec 'livecheck' did not match any file(s) known to git..\build.cmd vs cd ..

moloneymb commented 5 years ago

Thanks for bringing this to our attention. I'll have some time to look at it this week and get back to you.

moloneymb commented 5 years ago

Try adding a remote

git clone http://github.com/Microsoft/visualfsharp cd visualfsharp git remote add dsyme https://github.com/dsyme/visualfsharp git checkout livecheck cd ..