mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Fix README markdown typos
PiperOrigin-RevId: 444316326
This commit is contained in:
committed by
Copybara-Service
parent
cf85f26583
commit
f5860da8f1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user