Herein under the required steps to publish the Sildify documents to a Github repository:
- require(devtools)
- install_github("slidify", "ramnathv")
- install_github("slidifyLibraries", "ramnathv")
- library(slidify)
- author("Slidify") # Create and Edit your slidify document named (index.Rmd)
- slidify("index.Rmd")
- publish(user = "<GithubUserName>", repo = "GithubRepository", host = 'github')



