Skip to content

Commit

Permalink
few fixes in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabiWhalar committed Aug 13, 2020
1 parent dd08989 commit 911b929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -33,7 +33,7 @@ Arguments:
```
I use `rofi-code` everyday using a keystroke combination in my [i3 window manager](https://i3wm.org/) setup with the following line in `~/.config/i3/config`.

```sh
```
bindsym $mod+Shift+v exec --no-startup-id rofi-code
```

Expand All @@ -56,7 +56,7 @@ Run the following commands in your terminal

```console
foo@bar:~$ go get github.com/Coffelius/rofi-code
foo@bar:~$ go install github.com/Coffelius/
foo@bar:~$ go install github.com/Coffelius/rofi-code
```

At this point you should have the executable file at `~/go/bin/rofi-code` or wherever your environment variables `$GOHOME` points.
Expand Down

0 comments on commit 911b929

Please sign in to comment.