diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-11-27 09:11:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 09:11:18 +0100 |
commit | 06840a76cfd3b87c3b1d93afcffff3dc8f01ec98 (patch) | |
tree | 008ee5d3350910a526fa26319d82bac2cdfdf13b | |
parent | 5c168cd56bc965ba742faeb7424812ffd9bd529e (diff) | |
parent | 9dd9c82fc7c2688b8785eb7b2422bbe0740a3499 (diff) |
Merge pull request #9 from lixiaoming2099/patch-2
fix typo
-rw-r--r-- | docs/getting-started/machines/renesas.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started/machines/renesas.md b/docs/getting-started/machines/renesas.md index 855156d..b121ef6 100644 --- a/docs/getting-started/machines/renesas.md +++ b/docs/getting-started/machines/renesas.md @@ -100,7 +100,7 @@ Follow these steps to download the drivers you need: You can use the following command: ```bash - chmod a+4 $XDG_DOWNLOAD_DIR/*.zip + chmod a+r $XDG_DOWNLOAD_DIR/*.zip ``` 6. **Check to be Sure the Files are Downloaded and Have the Correct Rights:** |