Update README.
This commit is contained in:
parent
64f508a742
commit
f6660ae30b
11
README.md
11
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`
|
* `mkdir ImperialRecruitment`
|
||||||
* `cd 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`
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user