This commit is contained in:
Malin Freeborn
2020-01-05 13:33:53 +01:00
parent a7bd1c2233
commit 1e89f9776d
12 changed files with 48 additions and 96 deletions

View File

@@ -6,7 +6,10 @@ This is a list of quickstart guides for Linux programs.
2. The statements should go in order of how likely they are to be used: if `git add` has to be used by everyone, then it should go first.
3. The scripts should get someone up and running in the shortest possible time.
4. No explanations for the program. This isn't an introduction or advert, it's a guide for someone who already wants to use a program but doesn't know how.
5. Easy reference.
5. No presumed knowledge.
6. Easy reference.
As little knowledge as possible should be presumed, with required knowledge being internally linked. If general knowledge is presumed, it should be placed into a file named 'basics'.
# What's wrong with everything else?
@@ -17,7 +20,7 @@ This is a list of quickstart guides for Linux programs.
- Often written in the 80's, and it shows.
- Zero respect for your time.
## tl;dr
## curl cheat.sh/
- Doesn't have the programs I like.
- Too short to get you started on many programs.