New addition: LeoCAD
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user