Compare commits

..

No commits in common. "fc085dbb1ee7738a32a4cbe1ff084f98c50cb5fc" and "55d5862b10adaafbaf0ec7bd2cf601a1025ad8e6" have entirely different histories.

2 changed files with 1 additions and 12 deletions

View File

@ -26,8 +26,6 @@ The chronology should never branch.
If `gitea` can use three different types of database, the documentation should simply pick one and continue instructions from there.
Repetition works better than a reference - if a database requires three commands to set up, it's better to repeat those three commands for every program that requires a database than to just link to another file which discusses databases.
---
### Closing
Introductory documents should show anything required to cleanly uninstall a program, without leaving bulky configuration files behind.
@ -54,8 +52,6 @@ Non-commands (e.g. output) should be shown as quoted text:
> Mail kn
> Projects music
---
# Example
```

View File

@ -1,11 +1,4 @@
---
title: "bash games"
tags: [ "Documentation", "Games" ]
---
Games are a great way to learn bash.
- `mapscii.me` is an interactive terminal map.
1. Install telnet.
1. `telnet mapscii.me`
- [Over the Wire](https://overthewire.org/wargames) teaches bash with small challenging you can do over `ssh`.
- [Over the Wire](https://overthewire.org/wargames)