File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,13 @@ Player Service is a backend application that serves baseball player data. In add
2424 - Verify installation, run: ` docker --version `
2525
26262 . Clone this repository or Download the code as zip
27- - run ` git clone https://github.com/Intuit-A4A/player-service-java .git `
27+ - run ` git clone https://github.com/Intuit-A4A/backend-java- player-service.git `
2828
2929## Run the application
3030
3131### Part 1: Application Dependencies
3232
33331 . Install application dependencies
34- - Move into the project's root directory, run: ` cd player-service-java ` .
3534 - From the project's root directory, run: ` mvn clean install -DskipTests `
3635
3736### Part 2: Run Player Service (without LLM)
@@ -80,7 +79,7 @@ Player service integrates with Ollama 🦙, which allows us to run LLMs locally.
8079
8180# ## Part 4: Verify Player Service and LLM Integration
8281
83- 1. Ensure Player Service is running
82+ 1. Ensure Player Service is running from previous instructions. If not:
8483
8584 ` ` ` shell
8685 mvn spring-boot:run
You can’t perform that action at this time.
0 commit comments