On Wed, Oct 02, 2019 at 10:03:28AM -0700, stan via test wrote:
> > > git clone https://github.com/micheleg/dash-to-dock.git
> > > fatal: destination path 'dash-to-dock' already exists and is not an
> > > empty directory.  
> > This is the results of that. I have tried that several times and it 
> > doesn't work.
> I think the error is saying that you already have the directory it is
> trying to create, and it isn't empty, so it isn't going to overwrite it.
> Just remove that directory and it should work.

Note that this should be done in a code working space or temporary
directory, not under ~/.local/share/gnome-shell/extensions.

Assuming that you're in ~/code/ or whatever, it may be that you've simply
already checked out dash-to-dock previously. In that case, simply change
into that directory and do:

  git checkout master
  git pull
  make
  make install


-- 
Matthew Miller
<mat...@fedoraproject.org>
Fedora Project Leader
_______________________________________________
test mailing list -- test@lists.fedoraproject.org
To unsubscribe send an email to test-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/test@lists.fedoraproject.org

Reply via email to