Skip to content

Commit

Permalink
Merge pull request #6 from CodeWithKyrian/patch-1
Browse files Browse the repository at this point in the history
Fix composer package name in README.md
  • Loading branch information
yuichiis authored Apr 25, 2024
2 parents 32c135e + 057023a commit 983fb7b
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 @@ -40,15 +40,15 @@ How to Setup
Set it up using composer.

```shell
$ composer require rindow-math-matrix
$ composer require rindow/rindow-math-matrix
```

You can use it as is, but you will need to speed it up to process at a practical speed.

And then, Set up pre-build binaries for the required high-speed calculation libraries. Click [here](https://github.com/rindow/rindow-math-matrix-matlibffi) for details.

```shell
$ composer require rindow-math-matrix-matlibffi
$ composer require rindow/rindow-math-matrix-matlibffi
```

Sample programs
Expand Down

0 comments on commit 983fb7b

Please sign in to comment.