Skip to content

Commit

Permalink
Improve clarity of install from source instructions (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed Oct 24, 2022
1 parent 6941684 commit abeab95
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,21 @@ Install the extension from here: https://extensions.gnome.org/extension/4839/cli

## Install from source

### Build

```shell
cd ~/.local/share/gnome-shell/extensions/ && \
git clone git@github.com:SUPERCILEX/gnome-clipboard-history.git [email protected] && \
git clone https://github.com/SUPERCILEX/gnome-clipboard-history.git [email protected] && \
cd [email protected] && \
make && gnome-extensions enable [email protected]
make
```

### Restart GNOME

<kbd>Alt</kbd> + <kbd>F2</kbd> then type `r`.

### Install

```shell
gnome-extensions enable [email protected]
```

0 comments on commit abeab95

Please sign in to comment.