Skip to content

Commit eeb88b3

Browse files
committed
docs: Replace Aspire workload installation with Aspire CLI instructions and remove "Learn More" section.
1 parent 77cf7f4 commit eeb88b3

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ cd BookStore
5050
# Install dependencies
5151
dotnet 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
5757
aspire run

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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
2625
git clone <repository-url>
@@ -284,10 +283,4 @@ Contributions are welcome! Please read our [Contributing Guidelines](CONTRIBUTIN
284283

285284
By 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)

0 commit comments

Comments
 (0)