diff --git a/.README.md b/.README.md index 976217e..54ded0a 100644 --- a/.README.md +++ b/.README.md @@ -12,6 +12,8 @@ This is my own custom config that I use on my GNU/Linux machines. Not meant to b 6. [Bash commands.](#bash-commands) 7. [To-do later.](#to-do-later) +Additional references can be found in [.doc](.doc) directory. + # Bootstrap. **CAREFUL!** This will overwrite files with the same name in your home directory! @@ -36,6 +38,7 @@ It includes: 11. Custom background. 12. Flatpak overrides. 13. Custom fonts. +14. MangoHud config. # Load Gnome settings. @@ -300,11 +303,21 @@ Normal|`=`|Equalize split sizes. # Bash commands. +To get help with usage info run: + +```text +$ help + +or + +$ h +``` + ## Android. Command|Description ---|--- -`emulator`|Start android emulator. Not portable, it has to be named "default". +`emulator [NAME]`|Starts an Android emulator. Default name is "default". ## Archive. @@ -312,7 +325,7 @@ Those are self-written scripts to create archives. They are basically compressed Command|Description ---|--- -`archive [FILES]`|Create archive with the best compression (slow). If no args given, archives all files in current directory as separate archives. +`archive [DIRS]`|Create archive with the best compression (slow). If no args given, archives all files in current directory as separate archives. `archive_fast [FILES]`|Like normal `archive` but with minimal compression. `archive_check [ARCHIVES]`|Check specified archives or all archives in current directory. `archive_name [ARCHIVES] [NAME]`|Rename specified archive ro specified name or simplify name for specified archive or simplify names for all archives.