Skip to content

Commit 911b929

Browse files
committed
few fixes in README.md
1 parent dd08989 commit 911b929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Arguments:
3333
```
3434
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`.
3535

36-
```sh
36+
```
3737
bindsym $mod+Shift+v exec --no-startup-id rofi-code
3838
```
3939

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

5757
```console
5858
foo@bar:~$ go get github.com/Coffelius/rofi-code
59-
foo@bar:~$ go install github.com/Coffelius/
59+
foo@bar:~$ go install github.com/Coffelius/rofi-code
6060
```
6161

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

0 commit comments

Comments
 (0)