diff --git a/README.md b/README.md index 0b56f30..ca47944 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,14 @@ This is a project I made for fun in Blazor. It is a recruitment and activity por * `mkdir ImperialRecruitment` * `cd ImperialRecruitment/` -* `dotnet new sln -n ImperialRecruitment`i +* `dotnet new sln -n ImperialRecruitment` + +* `dotnet new blazor -o IR.Blazor --auth Individual` +* `dotnet new classlib -o IR.Data` +* `dotnet new classlib -o IR.Domain` + +* `dotnet sln ImperialRecruitment.sln add IR.Blazor/IR.Blazor.csproj` +* `dotnet sln ImperialRecruitment.sln add IR.Data/IR.Data.csproj` +* `dotnet sln ImperialRecruitment.sln add IR.Domain/IR.Domain.csproj` +