Explorar el Código

Added README.MD

mike hace 1 mes
padre
commit
c5dd6c4f1b
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  1. 14 0
      README.MD

+ 14 - 0
README.MD

@@ -0,0 +1,14 @@
+This scrips takes the argument of a KeePassXC AppImage file and installs it in a user-friendly manner.
+
+Specifically, the script:
+
+- Checks file existance
+- Moves it to a local assets/ folder
+- Updates it's executable permissions
+- creates a symlink for the executable at /usr/local/bin/keepass
+- checks for the existance of a .desktop file in the assets folder
+- creats a symlink for the .desktop file at /usr/local/share/applications/keepass.desktop
+
+Usage
+
+sudo ./installer <filename>