Trying to update README.md on github.io pages.

This commit is contained in:
Roger Labbe 2015-02-02 19:36:00 -08:00
parent 804df1c9e3
commit 3f2510e6b4

View File

@ -2,7 +2,9 @@
cd ..
git checkout gh-pages
git checkout master Kalman_and_Bayesian_Filters_in_Python.pdf
git checkout README.md
git add Kalman_and_Bayesian_Filters_in_Python.pdf
git add README.md
git commit -m 'updating PDF'
git push
git checkout master