You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+16
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,22 @@ sudo cp ./stine /usr/bin/stine
33
33
Create a file called `.stine.yaml` (either inside your home folder or the folder containing the program) (e.g. using `nano ~/.stine.yaml`) and edit it to fit your needs.
Create a file called `.stine.yaml` (either inside your home folder or the folder containing the program) (e.g. using `nano ~/.stine.yaml`) and edit it to fit your needs.
50
+
See [config](#config) section for examples.
51
+
36
52
## Config
37
53
38
54
If no config file is specified using the `-c`/`--config` flag, the program looks for a file called `.stine.yaml` in the following paths:
0 commit comments