Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kauffinger committed Dec 18, 2024
1 parent d5e2867 commit 2eb29e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ composer require innobrain/markitdown
php artisan vendor:publish --tag="markitdown-config"
```

3. Run the installation command:
3. Run the installation command if you want the package to manage your `markitdown` installation:

```bash
php artisan markitdown:install
Expand All @@ -34,7 +34,7 @@ This will:

### Alternative Installation Methods

If you prefer not to use the built-in virtual environment, you can disable it in your `.env` file:
If you prefer not to use the built-in virtual environment, you can disable it in your `.env` file or in the config:

```bash
MARKITDOWN_USE_VENV_PACKAGE=false
Expand Down Expand Up @@ -93,7 +93,8 @@ return [

/*
* Use this to set the path to the markitdown executable. If not set,
* the binary will be searched in the PATH.
* the binary will be searched in the PATH. Will be ignored
* if use_venv_package is set to true.
*/
'executable' => env('MARKITDOWN_EXECUTABLE', 'markitdown'),

Expand Down

0 comments on commit 2eb29e8

Please sign in to comment.