Skip to content

Commit 225acdc

Browse files
Merge pull request #352 from DonatelloX/patch-4
Update README.md
2 parents 1c60c38 + 9f89c39 commit 225acdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ cd MAVSDK-Python
6565

6666
### Install prerequisites
6767

68-
First install the protoc plugin (`protoc-gen-dcsdk`):
68+
First install the protoc plugin (`protoc-gen-mavsdk`):
6969

7070
```
7171
cd proto/pb_plugins
7272
pip3 install -r requirements.txt
7373
```
7474

75-
You can check that the plugin was installed with `$ which protoc-gen-dcsdk`, as it should now be in the PATH.
75+
You can check that the plugin was installed with `$ which protoc-gen-mavsdk`, as it should now be in the PATH.
7676

7777
Then go back to the root of the repo and install the dependencies of the SDK:
7878

@@ -99,7 +99,7 @@ After generating the wrapper and only in ARM architectures with linux, defines a
9999
```
100100
export MAVSDK_SERVER_ARCH=<ARM embedded architecture>
101101
```
102-
Supported architectures: `armv6l`, `armv7l` and `aarch64`. For example for Raspberry Pi it is `armv7`, or `aarch64` (if a 64 bit distribution is used).
102+
Supported architectures: `armv6l`, `armv7l` and `aarch64`. For example for Raspberry Pi it is `armv7l`, or `aarch64` (if a 64 bit distribution is used).
103103

104104
Then you can install a development (editable) version of the package using:
105105
```

0 commit comments

Comments
 (0)