Browse Source

chore: Add some useful password tips to readme

Sean 2 years ago
parent
commit
5450ca97fe
1 changed files with 7 additions and 0 deletions
  1. 7 0
      readme.md

+ 7 - 0
readme.md

@@ -12,6 +12,13 @@ Simply run `pip install --upgrade git+https://git.snas.black-burn.ch/FHNW/openco
 install the package globally. Then the "ocma" command should be available. Try it out by
 install the package globally. Then the "ocma" command should be available. Try it out by
 typing `ocma -h`.
 typing `ocma -h`.
 
 
+## Password character limitations
+
+There are some special characters, that might make your life difficult and are best left out of your password:
+
+- `$`: Most often in bash, this will try and reference a variable, do not use it
+- `!`: Most often in bash, this will repeat the last command
+
 ## Example CLI usage
 ## Example CLI usage
 
 
 Replace `[username]` and `[password]` with your own information. If you have your account
 Replace `[username]` and `[password]` with your own information. If you have your account