Skip to content

Commit 8210c02

Browse files
committed
Adds missing value to example toml. Adds instructions for mac
1 parent 1ca9d5a commit 8210c02

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

LibraryLoader.example.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[settings]
22
watch_path = "~/Downloads"
3+
recursive = false
34

45
[formats.'3d']
56
format = "3d"

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,30 @@ You have to install rust via rustup and initialize it with rustup-init command.
4747
./macos-compile.sh
4848
```
4949

50+
### Setup on macOS
51+
52+
Edit the `LibraryLoader.example.toml` and fill in your login details for `componentsearchengine.com`. Rename the file to `LibraryLoader.toml` and place it in `~/Library/Application Support/LibraryLoader.toml`.
53+
54+
e.g.
55+
56+
```shell
57+
cp LibraryLoader.example.toml ~/Library/Application\ Support/LibraryLoader.toml"
58+
```
59+
60+
### Running on macOS
61+
62+
GUI:
63+
64+
```shell
65+
cargo run --bin library-loader-gui
66+
```
67+
68+
or CLI:
69+
70+
```shell
71+
cargo run --bin library-loader-cli
72+
```
73+
5074
## What/Why?
5175
5276
This is an implementation of [https://www.samacsys.com/library-loader/](https://www.samacsys.com/library-loader/) in Rust. Why? Well, since the library-loader SamacSys provides only works on Windows, I thought it would be neat to make something similar but available to everyone.

0 commit comments

Comments
 (0)