Skip to content

Commit

Permalink
Update README.md (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonsimaogoncalves authored Jul 31, 2024
1 parent 3b1c6ad commit 3f9190a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ that needs some updating mechanism without [Composer](https://getcomposer.org/).
To install the latest version from the master using [Composer](https://getcomposer.org/):

```sh
$ composer require codedge/laravel-selfupdater
composer require codedge/laravel-selfupdater
```

## Configuration

After installing the package you need to publish the configuration file via

```sh
$ php artisan vendor:publish --provider="Codedge\Updater\UpdaterServiceProvider"
php artisan vendor:publish --provider="Codedge\Updater\UpdaterServiceProvider"
```

**Note:** Please enter correct value for vendor and repository name in your `config/self-updater.php` if you want to use Github as source for your updates.
Expand Down

0 comments on commit 3f9190a

Please sign in to comment.