diff --git a/README.md b/README.md index c3eb97e4..7de2fd86 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ officially supported Google product. # About the Nearby Project -## Near Connection +## Nearby Connection Nearby Connections is a high level protocol on top of Bluetooth/WiFi that acts as a medium-agnostic socket. Devices are able to advertise, scan, and connect with one another over any shared medium (eg. BT <-> BT). @@ -40,6 +40,7 @@ Prerequisites: To build the Nearby Connection Core library: ```shell +cd src CC=clang CXX=clang++ bazel build -s --check_visibility=false //connections:core --spawn_strategy=standalone --verbose_failures ```