diff options
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | INSTALL.cli | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -149,7 +149,7 @@ $ xcode-select --install config.install.root=/usr/local \ config.install.root.sudo=sudo - $ bpkg add http://pkg.cppget.org/1/alpha + $ bpkg add https://pkg.cppget.org/1/alpha $ bpkg fetch $ bpkg build build2 bpkg $ bpkg install build2 bpkg diff --git a/INSTALL.cli b/INSTALL.cli index f55573d..5f135fc 100644 --- a/INSTALL.cli +++ b/INSTALL.cli @@ -184,7 +184,7 @@ $ xcode-select --install config.install.root=/usr/local \ config.install.root.sudo=sudo - $ bpkg add http://pkg.cppget.org/1/alpha + $ bpkg add https://pkg.cppget.org/1/alpha $ bpkg fetch $ bpkg build build2 bpkg $ bpkg install build2 bpkg |