From 278bd5a23808fabbc5d754266768a015a6de6908 Mon Sep 17 00:00:00 2001 From: Disconnect3d Date: Mon, 18 Mar 2019 22:39:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9e02b2..0bfa0cc 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ 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 ... ```