Răsfoiți Sursa

Added README.MD

mike 1 lună în urmă
părinte
comite
c5dd6c4f1b
1 a modificat fișierele cu 14 adăugiri și 0 ștergeri
  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>