Skip to content

Commit eaf5393

Browse files
authored
Adding links to readme and fix #15
Extended the description to get started locally to include a `git clone` command Added links to the license and code of conduct
1 parent 9be0bbe commit eaf5393

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,19 @@ Show notes, slides, and samples from the CSharp with CSharpFritz show. Jupyter
66

77
Recordings from the stream are available in the [CSharp with CSharpFritz playlist](https://www.youtube.com/playlist?list=PLdo4fOcmZ0oXv32dOd36UydQYLejKR61R) on the YouTube .NET channel.
88

9-
Start locally with docker-compose:
9+
## Run the notebooks locally
10+
11+
If you would like to run the notebooks locally, without installing Python and .NET interactive, you can clone this repository and then run docker-compose:
1012
```shell
13+
git clone [email protected]:csharpfritz/csharp_with_csharpfritz.git
14+
cd csharp_with_csharpfritz
1115
docker-compose up
1216
```
17+
18+
## Community
19+
20+
This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct).
21+
22+
## License
23+
24+
All content for this video series made available in this repository is covered by the [MIT License](https://github.com/csharpfritz/csharp_with_csharpfritz/blob/main/LICENSE).

0 commit comments

Comments
 (0)