A collection of generic instructions, slideshows and notes, for use onboarding new software team members!
sudo apt install texlive-latex-recommended texlive-latex-extra texlive-pictures pandoc renamesudo pacman -S base-devel pandocFirst clone this repo
git clone git@github.com:FRC-1721/software-lessons.gitgit clone https://github.com/FRC-1721/software-lessons.gitCD into the docs directory
cd docs
makeCopy the example slides
cp presentations/Example_Presentation.md presentations/My_Presentation.mdEdit presentations/My_Presentation.md, and when you're done, invke make to build the presentations into PDFs!
makeNOTE: For arch users, rename is different than on ubuntu, so make may error, this is nonfatal though, you can still find the PDF output in _build/pdf/