Skip to content

Commit 05b9f93

Browse files
Added sudo to apt-get command
1 parent 996cf2f commit 05b9f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs-rs/add-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Rustwide internally uses `rustops/crates-build-env` as the build environment for
77
Docker and docker-compose must be installed. For example, on Debian or Ubuntu:
88

99
```sh
10-
apt-get install docker.io docker-compose
10+
sudo apt-get install docker.io docker-compose
1111
```
1212

1313
## Getting started

0 commit comments

Comments
 (0)