Skip to content
This repository has been archived by the owner on Mar 7, 2022. It is now read-only.

Commit

Permalink
Merge pull request #4 from c-edw/UpdateInstallGuide
Browse files Browse the repository at this point in the history
Update README and INSTALL to prefix make install with sudo.
  • Loading branch information
brunelli authored Mar 24, 2019
2 parents ba1fc8b + d1d44f5 commit c6945c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Simply typing

make install
sudo make install

should install wl-clipboard-x11 to the standard locations.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Dependencies:
- [`wl-clipboard`][wl-clipboard]

```
$ git clone https://github.com/brunelli/wl-clipboard-x11.git wl-clipboard-x11
$ git clone https://github.com/brunelli/wl-clipboard-x11.git
$ cd wl-clipboard-x11
$ make install
$ sudo make install
```

See [INSTALL][install] for details.
Expand Down

0 comments on commit c6945c2

Please sign in to comment.