Skip to content

Commit f28e8aa

Browse files
committed
Set syntaxes in code blocks
1 parent 629ce67 commit f28e8aa

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ Quick-Start
4141
> :warning: **This is pre-release software**: We're releasing these bindings to encourage feedback and participation, but we expect that there may be some breaking changes along the way. Please consider this if you decide to use the bindings in their current state.
4242
4343
You can add OpenTimelineIO as a gradle dependency to your `build.gradle` with:
44-
```
44+
45+
```gradle
4546
implementation 'io.opentimeline:opentimelineio:0.14.0-beta-1'
4647
```
4748

4849
You can add OpenTimelineIO as a maven dependency to your pom.xml with:
49-
```
50+
51+
```xml
5052
<dependency>
5153
<groupId>io.opentimeline</groupId>
5254
<artifactId>opentimelineio</artifactId>
@@ -61,7 +63,7 @@ Building OpenTimelineIO-Java-Bindings
6163
OpenTimelineIO-Java-Bindings have been built and tested on Ubuntu 18.04LTS, Windows 10 and macOS using [Gradle](https://gradle.org/install/) and [CMake](https://cmake.org/download/).
6264
After installing Gradle and CMake follw these steps:
6365

64-
```console
66+
```shell
6567
git clone --recurse-submodules https://github.com/OpenTimelineIO/OpenTimelineIO-Java-Bindings
6668

6769
cd otio-java
@@ -86,7 +88,7 @@ You can find `sdkmanager` in `$ANDROID_HOME/tools/bin/`. `$ANDROID_HOME` is the
8688

8789
Set the `ANDROID_HOME` environment variable and from the root directory of the project run:
8890

89-
```console
91+
```shell
9092
gradle clean
9193
gradle build -x test -PandroidBuild -Psdk_path=$ANDROID_HOME
9294
```
@@ -100,7 +102,7 @@ Copy the JAR to the `libs` directory and add this to the app level `build.gradle
100102
```groovy
101103
android {
102104
...
103-
105+
104106
ndkVersion '22.0.7026061'
105107
106108
compileOptions {

0 commit comments

Comments
 (0)