Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Fix README links (#12)
Browse files Browse the repository at this point in the history
- Fix docker registry links
  • Loading branch information
djova-dolby authored Sep 5, 2023
1 parent 41bc6ab commit f653d3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ are:
Use the `/stop` or `/terminate` endpoint to terminate the application or
stop transcribing.

For more information, see the RTME [documentation](https://api-references.dolby.io/real-time-media-extensions/docs/docker-container).
For more information, see the RTME [documentation](https://api-references.dolby.io/real-time-media-extensions/docs/Installing%20and%20executing/docker-container).

<a name="buildplugin"/>

## Building
If you would like to build the sources from scratch and/or modify the components, see the [Building](https://api-references.dolby.io/real-time-media-extensions/docs/Linux/building) and [Modifying Components](https://api-references.dolby.io/real-time-media-extensions/docs/Linux/modifying-components) instructions.
If you would like to build the sources from scratch and/or modify the components, see the [Building](https://api-references.dolby.io/real-time-media-extensions/docs/Installing%20and%20executing/Linux/building) and [Modifying Components](https://api-references.dolby.io/real-time-media-extensions/docs/Installing%20and%20executing/Linux/modifying-components) instructions.

<a name="runningnatively"/>

## Running natively
If you would like to run the application natively on Ubuntu 20.04, refer to the [instruction](https://api-references.dolby.io/real-time-media-extensions/docs/Linux/running-natively).
If you would like to run the application natively on Ubuntu 20.04, refer to the [instruction](https://api-references.dolby.io/real-time-media-extensions/docs/Installing%20and%20executing/Linux/running-natively).
8 changes: 4 additions & 4 deletions docs/docs/Installing and executing/Docker-container.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ id: docker-container

[Docker](https://www.docker.com/whatisdocker) is a tool that can package an application and its dependencies in a virtual container to run on different host operating systems.

## Get RTME from Dockerhub
## Get RTME from GitHub Container Registry

To pull the latest version of RTME, use the following command:

```shell
$ docker pull dolbyio/rtme
$ docker pull ghcr.io/dolbyio/real-time-media-extensions:latest
```

You can also pull a specific version, for example, v0.1.1. The full list of versions is available on
[Dockerhub](https://hub.docker.com/r/dolbyio/rtme/tags/).
[GitHub Container Registry](https://github.com/dolbyio/real-time-media-extensions/pkgs/container/real-time-media-extensions).

```shell
$ docker pull dolbyio/rtme:release-v0.1.1
$ docker pull ghcr.io/dolbyio/real-time-media-extensions:1.0.0
```

## Run the container
Expand Down

0 comments on commit f653d3c

Please sign in to comment.