Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Vanhoren <nicolas.vanhoren@gmail.com>2020-01-13 14:36:10 +0300
committerGitHub <noreply@github.com>2020-01-13 14:36:10 +0300
commit05ac30e10121e1948a856eb851f06a451d10e771 (patch)
treeb4d2669b753749397f39e30fb80e748aee018335 /README.md
parent54db30475890762af4325a33d650dec14755d152 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f91bb1e5..70265671 100644
--- a/README.md
+++ b/README.md
@@ -105,7 +105,7 @@ If you experience graphics display problems or smudged/dithered fonts display is
In most Linux distributions your user won't have access to serial interfaces by default. To add this access right type the following command in a terminal, log out your user and log in again:
```
-sudo usermod -aG dialout $USERNAME
+sudo usermod -aG dialout ${USER}
```
### Linux / MacOS X users