Content Contributors: Sebastian Karcher
<<<<<<< HEAD Lesson Maintainers: Sebastian Karcher ======= http://authorcarpentry.github.io/lesson-template
This template is inspired by the software and data carpentry templates, but it employs the mkpage site generation tool as an alternative to Jekyll. Full usage information is http://authorcarpentry.github.io/lesson-template/TEMPLATE
Content Contributors: Name
Lesson Maintainers: Name >>>>>>> 701cfda (Rendered Content)
Lesson status: In Development
.docx
using pandoc
Author Carpentry’s teaching is hands-on, so participants are encouraged to use their own computers to insure the proper setup of tools for an efficient workflow. These lessons assume no prior knowledge of the skills or tools, but working through this lesson requires working copies of the software described below. To most effectively use these materials, please make sure to install everything before working through this lesson.
If you have never run git (you can check using git config –list
) you need to set up your username and e-mail:
Either follow the detailed instruction on the Software Carpentry site or simply run:
$ git config --global user.name "Your Username"
$ git config --global user.email "your@email.edu"
$ git config --global color.ui "auto"
markdown-preview-plus
into the search window, press return, and click the blue “Install” button next to the package. On successful installation, you will have the package listed in the “Package” menu.
git-plus
into the search window, press return, and click the blue “Install” button next to the package. (Not git-plus-plus) On successful installation, you will have the package listed in the “Package” menu.