Skip to content

Commit

Permalink
Update install-devtools.sh (#611)
Browse files Browse the repository at this point in the history
documentation

fixed small typo

Signed-off-by: welisheva22 <[email protected]>
  • Loading branch information
welisheva22 authored May 24, 2024
1 parent e14c66f commit 0da9e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-devtools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

#-- docker/Python
# Docker and python can be quite involved to get right (e.g., require sudo,
# setting up permissions, etc.), so we ask the user to install them manully.
# setting up permissions, etc.), so we ask the user to install them manually.
# The devcontainer will install using apt-get, so that's probably ok for now.
if [ -z "$(which docker)" ] || [ "$1" = "--force" ]; then
echo "please install docker manually (https://docs.docker.com/engine/install/)"
Expand Down

0 comments on commit 0da9e7e

Please sign in to comment.