Skip to content

Commit

Permalink
Merge pull request #3810 from jonherke/patch-1
Browse files Browse the repository at this point in the history
Fixed typo line 82 "cd protbuf"
  • Loading branch information
ev-mp authored Apr 22, 2019
2 parents 9c750f4 + ec24a09 commit b99457e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/installation_raspbian.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $ source ~/.zshrc
```
$ cd ~
$ git clone --depth=1 -b v3.5.1 https://github.com/google/protobuf.git
$ cd protbuf
$ cd protobuf
$ ./autogen.sh
$ ./configure
$ make -j1
Expand Down

0 comments on commit b99457e

Please sign in to comment.