Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to Shared Project #468

Merged
merged 10 commits into from
Oct 4, 2024
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ For more examples [check](https://github.com/DomCR/ACadSharp/tree/master/src/ACa

For more information visit the :construction: [wiki](https://github.com/DomCR/ACadSharp/wiki) :construction: .

Building
---
Before building run:
```console
git submodule update --init --recursive
```
This command will clone the submodules. These are Shared Projects that this project dependes on.

Contributing
---

Expand Down
Loading