Skip to content

Commit

Permalink
docs(README): fix code block formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rtuszik committed Aug 26, 2024
1 parent 92bc42d commit d201ad7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Docker is the recommended way to run this application. It ensures consistent env

### Docker Compose Setup
1. Create a `docker-compose.yml` file with the following content:
```yaml
```yaml
services:
replicate-flux-lora:
image: ghcr.io/rtuszik/replicate-flux-lora:latest
Expand All @@ -32,7 +32,7 @@ Docker is the recommended way to run this application. It ensures consistent env
volumes:
- ${HOST_OUTPUT_DIR}:/app/output
restart: unless-stopped
```
```
2. Create a `.env` file in the same directory with the following content:
```
Expand Down Expand Up @@ -73,13 +73,13 @@ If you prefer to run the application without Docker, you can use a local Python
4. Set up your environment variables:
- Copy the example.env file to create your own .env file:
```
```
cp example.env .env
```
```
- Edit the .env file and replace 'your_api_key_here' with your actual Replicate API key:
```
```
REPLICATE_API_TOKEN=your_api_key_here
```
```
5. Run the application:
```
Expand Down

0 comments on commit d201ad7

Please sign in to comment.