Highlight code in the README.md (#1540)

Summary:
Thanks for `flipper` ;)

Pull Request resolved: https://github.com/facebook/flipper/pull/1540

Reviewed By: nikoant

Differential Revision: D23817144

Pulled By: passy

fbshipit-source-id: 97a0b6ba12169bae4a7df821051704adc411bc89
This commit is contained in:
Igor Strebezhev
2020-09-21 10:30:44 -07:00
committed by Facebook GitHub Bot
parent 187fd25fc8
commit 0100224833

View File

@@ -82,7 +82,7 @@ Please refer to our [Getting Started guide](https://fbflipper.com/docs/getting-s
## Desktop
### Running from source
```
```bash
git clone https://github.com/facebook/flipper.git
cd flipper/desktop
yarn
@@ -96,7 +96,7 @@ NOTE: If you're on Windows, you need to use Yarn 1.5.1 until [this issue](https:
Provide either `--mac`, `--win`, `--linux` or any combination of them
to `yarn build` to build a release zip file for the given platform(s). E.g.
```
```bash
yarn build --mac --version $buildNumber
```
@@ -104,7 +104,7 @@ You can find the resulting artifact in the `dist/` folder.
## iOS SDK + Sample App
```
```bash
cd iOS/Sample
rm -f Podfile.lock
pod install --repo-update
@@ -117,13 +117,13 @@ You can omit `--repo-update` to speed up the installation, but watch out as you
## Android SDK + Sample app
Start up an android emulator and run the following in the project root:
```
```bash
./gradlew :sample:installDebug
```
## React Native SDK + Sample app
```
```bash
cd react-native/ReactNativeFlipperExample
yarn
yarn android