-
Notifications
You must be signed in to change notification settings - Fork 126
Description
Hi, I was just trying to update my qlot which was installed with roswell.
I tried just running the ros install fukamachi/qlot
command, which didn't actually update the install.
I tried ros delete qlot
and ros delete fukamachi/qlot
which both said fukamachi/qlot is not installed.
.
I realized I had to go to ~/.roswell/local-projects/fukamachi/qlot
and just do a git pull
from there, which actually updated the system.
This was not so straight forward, especially since doing which qlot
yields ~/.roswell/bin/qlot
.
It would be nice to either have ros install
do a git pull if the system is already installed (or try to get the latest version from the latest quicklisp distribution). Or for there to be a ros update
command which would do this. If not, at least this should be mentioned in the docs
- in the scripts section here https://roswell.github.io/Home.html
- and here https://roswell.github.io/How-to-distribute-your-software,-not-library,-on-Quicklisp-ala-python-pip.html