We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545d401 commit d9e5d0eCopy full SHA for d9e5d0e
CHANGELOG.md
@@ -0,0 +1,9 @@
1
+# Changelog
2
+
3
+## Unreleased
4
5
+## 1.0.0
6
7
+**2025-01-05**
8
9
+- Initial release.
README.md
@@ -18,6 +18,17 @@ a source directory of image files. It is a spiritual cousin of
18
- Clean and beautiful Tailwind CSS based builtin theme.
19
20
21
+## Installation
22
23
+For 64-bit Linux systems you can install pre-built binaries from the
24
+[releases](https://github.com/matze/splat/releases). For other systems, building
25
+and installing from source can be done via
26
27
+```bash
28
+cargo install --path .
29
+```
30
31
32
## Usage
33
34
**splat** is a command line application and besides a source directory of image
0 commit comments