diff options
author | Li Xiaoming <35211789+lixiaoming2099@users.noreply.github.com> | 2019-11-27 10:45:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 10:45:19 +0800 |
commit | 9dd9c82fc7c2688b8785eb7b2422bbe0740a3499 (patch) | |
tree | 008ee5d3350910a526fa26319d82bac2cdfdf13b /docs/getting-started/machines/renesas.md | |
parent | 5c168cd56bc965ba742faeb7424812ffd9bd529e (diff) |
fix typo
Diffstat (limited to 'docs/getting-started/machines/renesas.md')
-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:** |