Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Zobel committed Oct 19, 2015
1 parent 73238a2 commit 6e4f878
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6e4f878

Please sign in to comment.