diff --git a/leocad.md b/leocad.md new file mode 100644 index 0000000..cff5d2b --- /dev/null +++ b/leocad.md @@ -0,0 +1,30 @@ +# LeoCAD + +## Tested with + +* Linux Mint 21.2 Cinnamon +* LeoCAD Version 21.06 + +## Installation + +```shell +sudo apt update +``` + +```shell +sudo apt install -y leocad ldraw-parts + +``` + +### Optional + +```shell +sudo apt install -y povray + +``` + +## Removal + +```shell +sudo apt autoremove -y --purge leocad ldraw-parts povray +``` diff --git a/readme.md b/readme.md index 7310d35..0809a8a 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,7 @@ My collection of readme files for Debian based desktop opperating systems. ## Software installation * [Google Chrome](google-chrome.md) +* [LeoCAD](leocad.md) * [Steam](steam.md) * [VirtualBox](virtualbox.md)