Skip to content

Commit

Permalink
Change details in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Nov 18, 2024
1 parent 0f5f542 commit 03ddc08
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ interface WithPayload
If there is a need to check the source code of `Authsum` for development purposes (e.g., creating fixes, new features, etc.), kindly clone this repository first to a local machine:

``` bash
$ https://github.com/rougin/authsum.git "Sample"
$ git clone https://github.com/rougin/authsum.git "Sample"
```

After cloning, use `Composer` to install its required packages:
Expand All @@ -456,7 +456,10 @@ $ cd Sample
$ composer update
```

Once the packages were installed, kindly check the following below on how to maintain the code quality and styling guide when interacting the source code of `Authsum`:
> [!NOTE]
> Please see also the [build.yml](https://github.com/rougin/authsum/blob/master/.github/workflows/build.yml) of `Authsum` to check any packages that needs to be installed based on the PHP version.
Once the required packages were installed, kindly check the following below on how to maintain the code quality and styling guide when interacting the source code of `Authsum`:

### Unit tests

Expand Down

0 comments on commit 03ddc08

Please sign in to comment.