diff --git a/README.md b/README.md index 425d5fa..23f9b08 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,17 @@ # SURT Solus User Repository Tool -# Installation -There are two methods +# Notes -First: -* git clone https://github.com/Justinzobel/surt.git -* sudo mv ur /usr/bin/ur -* sudo chmod +x /usr/bin/ur +* Building packages from the User Repository requires development packages. Installation procedure below factors this in. -Second: -* sudo wget https://raw.githubusercontent.com/Justinzobel/surt/master/ur -O /usr/bin/ur;sudo chmod +x /usr/bin/ur +# Installation -You may also need to create this directory: /var/db/surt +* sudo eopkg it -c system.devel +* sudo wget https://raw.githubusercontent.com/Justinzobel/surt/master/ur -O /usr/bin/ur;sudo chmod +x /usr/bin/ur +* sudo mkdir /var/db/surt;sudo chmod ug+rw /var/db/surt # To Do * Dependency checking - check if it exists in UR, if it does, advise user and install that first, then proceed with normal install * Bash completion of commands and package names +* Add a lock file to prevent simultaneous instances