Skip to content

Commit c45cfab

Browse files
authored
chore: correct install by source instruction order (#97)
1 parent cd300fb commit c45cfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ luarocks install lua-resty-etcd
2828
> install by source
2929
3030
```shell
31-
$ make dev
3231
$ git clone https://github.com/iresty/lua-resty-etcd.git
3332
$ cd lua-resty-etcd
33+
$ make dev
3434
$ sudo make install
3535
```
3636

0 commit comments

Comments
 (0)