Skip to content
Snippets Groups Projects
Unverified Commit 27c4c12c authored by Piero Toffanin's avatar Piero Toffanin Committed by GitHub
Browse files

Merge pull request #191 from SethFalco/chore

chore: update url to avoid redirect
parents 3c8ef040 9734852f
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ On Ubuntu 20.04 you can also use the install script available on https://github. ...@@ -89,7 +89,7 @@ On Ubuntu 20.04 you can also use the install script available on https://github.
If you want to make some changes to the code, you can build from source, and run the API: If you want to make some changes to the code, you can build from source, and run the API:
```bash ```bash
git clone https://github.com/uav4geo/LibreTranslate git clone https://github.com/LibreTranslate/LibreTranslate
cd LibreTranslate cd LibreTranslate
pip install -e . pip install -e .
libretranslate [args] libretranslate [args]
...@@ -130,7 +130,7 @@ Or build and run using `docker-compose`: ...@@ -130,7 +130,7 @@ Or build and run using `docker-compose`:
docker-compose up -d --build docker-compose up -d --build
``` ```
> Feel free to change the [`docker-compose.yml`](https://github.com/uav4geo/LibreTranslate/blob/main/docker-compose.yml) file to adapt it to your deployment needs, or use an extra `docker-compose.prod.yml` file for your deployment configuration. > Feel free to change the [`docker-compose.yml`](https://github.com/LibreTranslate/LibreTranslate/blob/main/docker-compose.yml) file to adapt it to your deployment needs, or use an extra `docker-compose.prod.yml` file for your deployment configuration.
## Arguments ## Arguments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment