Skip to content

Instantly share code, notes, and snippets.

View dww510's full-sized avatar

Damien dww510

View GitHub Profile
@dww510
dww510 / md_cheatsheet.md
Last active November 30, 2022 11:36
Markdown Cheatsheet

Basic Syntax

Heading

# H1
## H2
### H3

Install apt-get:

  • Open the command prompt
  • Run sudo apt-get update
  • Be more forceful (sudo apt-get -f install) if the update fails

Install Git:

  • sudo apt-get install git, and type Y when it asks to continue
  • sudo apt-get install libnss3-dev, and type Y when it asks to continue

Minimal Git configuration: