Format README.md with line chars limit.

PiperOrigin-RevId: 417710002
This commit is contained in:
hais
2021-12-22 18:33:56 -08:00
committed by hai007
parent df0c08007b
commit 1043ba5be7
+7 -2
View File
@@ -1,6 +1,7 @@
# Nearby C++ Library
The repository contains the Nearby project C++ library code. This is not an officially supported Google product.
The repository contains the Nearby project C++ library code. This is not an
officially supported Google product.
# About the Nearby Project
@@ -25,7 +26,11 @@ git submodule update --init --recursive
```
# Building Nearby, Unit Testing and Sample Apps
We support multiple platforms including Linux, iOS & Windows. The ultimate goal is to build from source. The offical build system we support is [bazel] (https://bazel.build). Before that is accomplished, we provide precompiled libraries as stop-gap solutions. See the following pages for platform specific instructions.
We support multiple platforms including Linux, iOS & Windows. The ultimate goal
is to build from source. The offical build system we support is
[bazel] (https://bazel.build). Before that is accomplished, we provide
precompiled libraries as stop-gap solutions. See the following pages for
platform specific instructions.
* [iOS](https://github.com/google/nearby/blob/master/docs/ios_build.md)