Skip to content

Commit 1cd13ac

Browse files
committed
add docker-compose command in README.md
1 parent d47c674 commit 1cd13ac

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@
44

55
Show notes, slides, and samples from the CSharp with CSharpFritz show. Jupyter notebooks are available in the [notebooks](notebooks) folder. Notebooks are built using [.NET Interactive](https://github.com/dotnet/interactive).
66

7-
Recordings from the stream are available in the [CSharp with CSharpFritz playlist](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oXv32dOd36UydQYLejKR61R) on the YouTube .NET channel.
7+
Recordings from the stream are available in the [CSharp with CSharpFritz playlist](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oXv32dOd36UydQYLejKR61R) on the YouTube .NET channel.
8+
9+
Start locally with docker-compose:
10+
```shell
11+
docker-compose up
12+
```

0 commit comments

Comments
 (0)