Skip to content

Commit

Permalink
workflow tutorial-sample-blog-console is added
Browse files Browse the repository at this point in the history
  • Loading branch information
ati-ozgur committed Dec 29, 2024
1 parent 7e6e474 commit de2e64a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/tutorial-sample-blog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: tutorial-sample-blog-console

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: install karkas-code-gen
run: dotnet tool install --global Karkas.CodeGeneration.ConsoleApp





4 changes: 3 additions & 1 deletion docs/tutorial-sample-blog-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

1. Install karkas-codegen

dotnet tool install --global Karkas.CodeGeneration.ConsoleApp
```bash
dotnet tool install --global Karkas.CodeGeneration.ConsoleApp
```


2. Check it is installed correctly by running **karkas-codegen** in your shell, cmd or bash.
Expand Down

0 comments on commit de2e64a

Please sign in to comment.