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 rename
sudo pacman -S base-devel pandoc
First clone this repo
git clone [email protected]:FRC-1721/software-lessons.git
git clone https://github.com/FRC-1721/software-lessons.git
CD into the docs directory
cd docs
make
Copy the example slides
cp presentations/Example_Presentation.md presentations/My_Presentation.md
Edit presentations/My_Presentation.md
, and when you're done, invke make to build the presentations into PDFs!
make
NOTE: 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/