Skip to content

Commit 8856520

Browse files
committed
readme updates
1 parent 87d31d7 commit 8856520

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ This project is the backend API for interacting locally with a text AI model, in
88

99
## Setup
1010

11-
0. Have Docker installed on your system
12-
1. Clone repo + composer install vendors
13-
2. Install Laravel Sail + in terminal in repo base `sail up -d`
11+
0. Install Docker on your system
12+
1. `git clone [email protected]:robuedi/laravel-ollama-ai-model.git && cd laravel-ollama-ai-model`
13+
2. `php artisan key:generate && composer install`
14+
2. start the docker containers, first time it will take longer `sail up -d`
1415
3. Prepare the DB with: `sail artisan migrate`
1516

1617
WARNING: the AI model might use at least 12 GB of RAM, so please have more on your system.

0 commit comments

Comments
 (0)