Skip to content

Commit

Permalink
Update package lock to v3, make small network improvement in UI, and …
Browse files Browse the repository at this point in the history
…update README
  • Loading branch information
pacna committed Dec 28, 2023
1 parent 8a5a0e3 commit d093942
Show file tree
Hide file tree
Showing 5 changed files with 307 additions and 2,656 deletions.
2 changes: 1 addition & 1 deletion Edge.MyMusic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $ dotnet run -inmemory
$ dotnet run -webapp
```

- `audios`: Specify the folder or file path for your audio files. This enables you to seamlessly embed the files in the server for efficient access.
- `--audios`: Specify the folder or file path for your audio files. This enables you to seamlessly embed the files in the server for efficient access.

```bash
$ dotnet run --audios=path/to/folder/or/file
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Your go-to platform for playing and effortlessly managing all your favorite tune

## Prerequisites

1. [Node.js](https://nodejs.org/en/) (v16+)
1. [Node.js](https://nodejs.org/en/) (v18)
2. [.NET Core](https://dotnet.microsoft.com/en-us/download) (v7+)
3. [Make](https://www.gnu.org/software/make/)

Expand Down
Loading

0 comments on commit d093942

Please sign in to comment.