Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liminchen committed May 30, 2024
1 parent d44e402 commit 17a5d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# mdBook Source of Physics-Based Simulation

This online book is developed based on [mdBook](https://github.com/rust-lang/mdBook).
This online book is developed based on [mdBook](https://github.com/rust-lang/mdBook). The book is fully open-sourced, and we welcome your contributions!

md files of each chapter of the book is in `src/`.

[Python implementations](https://github.com/liminchen/solid-sim-tutorial) of certain topics are included as submodules and discussed in the book. Thus, to clone the source with submodules:
[Python implementations](https://github.com/phys-sim-book/solid-sim-tutorial) of certain topics are included as submodules and discussed in the book. Thus, to clone the source with submodules:
```
git clone --recurse-submodules https://github.com/liminchen/phys_anim_book
```
Expand Down

0 comments on commit 17a5d9b

Please sign in to comment.