Skip to content

Commit

Permalink
Improve warning fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
eseidel committed Aug 6, 2023
1 parent 6a3022d commit d123cd5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ On ubuntu:
sudo snap install flutter --classic
```

Dart/Flutter will print a warning when running as root, you can disable
that warning with:
If you're running this in a docker container, or otherwise as root Dart and
Flutter will print a warning about running as root. You can ignore it or
disable it with:
```
export BOT=true
```
Expand Down

0 comments on commit d123cd5

Please sign in to comment.