diff --git a/README.md b/README.md index 107848a9..bfc21723 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ We support multiple platforms including Linux, iOS & Windows. ## Building for Linux Currently we support building from source using [bazel] (https://bazel.build). Other BUILD system such as cmake may be added later. -###Prerequisites: +### Prerequisites: 1. Bazel 2. clang with support for c++ 17+ @@ -48,7 +48,7 @@ CC=clang CXX=clang++ bazel build -s --check_visibility=false //connections:core Currently we support building with [Swift Package Manager](https://www.swift.org/package-manager). -###Prerequisites: +### Prerequisites: 1. Xcode. Available from Apple Store. 2. Google Protobuf Compiler (protoc). If you have [homebrew](https://brew.sh/) installed, you can do `brew install protobuf`. @@ -63,7 +63,7 @@ We also provide a iOS [sample app using the Nearby Connections library] (https://github.com/google/nearby/blob/master/internal/platform/implementation/ios/Example/NearbyConnectionsExample/README.md). -###Limitation +### Limitation The only Medium supported is Wifi LAN. **Last Updated:** April 7, 2022