File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ cd BookStore
5050# Install dependencies
5151dotnet restore
5252
53- # Install Aspire workload (if not already installed)
54- dotnet workload install aspire
53+ # Install Aspire CLI (if not already installed)
54+ # Follow instructions at https:// aspire.dev/get-started/install-cli/
5555
5656# Run the application
5757aspire run
Original file line number Diff line number Diff line change @@ -17,10 +17,9 @@ A complete book store management system featuring:
1717## 🚀 Quick Start
1818
1919``` bash
20- # Prerequisites: .NET 10 SDK, .NET Aspire workload , Docker Desktop
20+ # Prerequisites: .NET 10 SDK, Aspire CLI , Docker Desktop
2121
22- # Install Aspire workload (if not already installed)
23- dotnet workload install aspire
22+ # Install Aspire CLI: Follow instructions at https://aspire.dev/get-started/install-cli/
2423
2524# Clone and run
2625git clone < repository-url>
@@ -284,10 +283,4 @@ Contributions are welcome! Please read our [Contributing Guidelines](CONTRIBUTIN
284283
285284By contributing, you agree that your contributions will be licensed under the MIT License.
286285
287- ## 📚 Learn More
288286
289- - [ Marten - Event Store & Document DB] ( https://martendb.io/ )
290- - [ Wolverine - Mediator & Message Bus] ( https://wolverine.netlify.app/ )
291- - [ ASP.NET Core Minimal APIs] ( https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis )
292- - [ .NET Aspire] ( https://learn.microsoft.com/en-us/dotnet/aspire/ )
293- - [ PostgreSQL Trigram (pg_trgm)] ( https://www.postgresql.org/docs/current/pgtrgm.html )
You can’t perform that action at this time.
0 commit comments