Skip to content

Commit

Permalink
Merge pull request #34 from heyjorgedev/update-readme
Browse files Browse the repository at this point in the history
Update local installation instructions to include package as dev dependency
  • Loading branch information
KTanAug21 authored Apr 21, 2024
2 parents 3e88b46 + c7f65d4 commit 8e9f8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The Dockerfile generated uses the base image published from https://github.com/f
### Installation

#### Local
Run `composer require fly-apps/dockerfile-laravel` in the Laravel project's base directory. After a successful installation, you should now have the binary available at your project's bin directory: `vendor/bin/dockerfile-laravel`.
Run `composer require fly-apps/dockerfile-laravel --dev` in the Laravel project's base directory. After a successful installation, you should now have the binary available at your project's bin directory: `vendor/bin/dockerfile-laravel`.

#### Global
Run `composer global require fly-apps/dockerfile-laravel`. After a successful installation, you should now have the binary available at your composer's, bin directory: `<path-to-composer-home>/vendor/bin/dockerfile-laravel`. You can view the path to your composer's home directory by checking with `composer -n config --global home`.
Expand Down

0 comments on commit 8e9f8d0

Please sign in to comment.