diff --git a/README.md b/README.md index cb469d3..2a13293 100644 --- a/README.md +++ b/README.md @@ -67,13 +67,14 @@ Install the required dependencies, this assumes you are running Debian 10 echo "deb http://storage.googleapis.com/bazel-apt stable jdk1.8" | \ sudo tee /etc/apt/sources.list.d/bazel.list wget -qO - https://bazel.build/bazel-release.pub.gpg | sudo apt-key add - +sudo apt-get update sudo apt-get install -qy python-typing python-clang-7 libclang-7-dev sudo apt-get install -qy build-essential linux-libc-dev bazel ``` Clone and run the build: ```bash -git clone github.com/google/sandboxed-api && cd sandboxed-api +git clone https://github.com/google/sandboxed-api && cd sandboxed-api bazel build ... ```