Skip to content

A collection of generic instructions, slideshows and notes, for use onboarding new software team members!

License

Notifications You must be signed in to change notification settings

FRC-1721/software-lessons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

software-lessons

A collection of generic instructions, slideshows and notes, for use onboarding new software team members!

Dependencies

Ubuntu

sudo apt install texlive-latex-recommended texlive-latex-extra texlive-pictures pandoc rename

Arch

sudo pacman -S base-devel pandoc

Getting started making a new pres

First clone this repo

With ssh:

git clone [email protected]:FRC-1721/software-lessons.git

With https:

git clone https://github.com/FRC-1721/software-lessons.git

Build the docs

CD into the docs directory

cd docs
make

Make your own

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/

About

A collection of generic instructions, slideshows and notes, for use onboarding new software team members!

Resources

License

Stars

Watchers

Forks

Packages

No packages published