Skip to content

Commit be6ca1c

Browse files
authored
Update README.md
1 parent fdc13ee commit be6ca1c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Player Service is a backend application that serves baseball player data. In add
88
- [maven.apache.org](https://maven.apache.org/install.html)
99
- Spring Boot 3.3.4 (with Spring Web MVC, Spring Data JPA)
1010
- [H2 Database](https://www.h2database.com/html/main.html)
11-
- [Docker](https://www.docker.com/)
11+
- [Docker](https://www.docker.com/) or [Podman](https://podman.io/)
1212

1313
## 🛠️ Setup Instructions
1414

@@ -19,9 +19,9 @@ Player Service is a backend application that serves baseball player data. In add
1919
- Download and install from [maven.apache.org](https://maven.apache.org/install.html)
2020
- Verify installation, run: `mvn --version`
2121
- Verify java version linked to maven is Java 17 `Java version: 17.x.x`
22-
3. Docker
23-
- Download and install from [docker.com](https://www.docker.com/)
24-
- Verify installation, run: `docker --version`
22+
3. Container Manager
23+
- Download and install from [docker.com](https://www.docker.com/)(recommended) or [podman](https://podman.io/) (alternative)
24+
- Verify installation, run: `docker --version` for docker
2525

2626
2. Clone this repository or Download the code as zip
2727
- run `git clone https://github.com/Intuit-A4A/backend-java-player-service.git`
@@ -76,6 +76,8 @@ Player service integrates with Ollama 🦙, which allows us to run LLMs locally.
7676
```curl
7777
curl -v --location 'http://localhost:11434/api/generate' --header 'Content-Type: application/json' --data '{"model": "tinyllama","prompt": "why is the sky blue?", "stream": false}'
7878
```
79+
Having trouble with docker? Try using podman as an alternative. Instructions [here](https://github.com/Intuit-A4A/backend-java-player-service/wiki/Supplemental-Materials:-Set-up-help#alternative-set-up-instructions)
80+
7981

8082
### Part 4: Verify Player Service and LLM Integration
8183

0 commit comments

Comments
 (0)