Skip to content

Commit 3bc7520

Browse files
committed
v0.6.0
1 parent b9789ff commit 3bc7520

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "satpaper"
33
authors = ["Colonial"]
4-
version = "0.5.7"
4+
version = "0.6.0"
55
edition = "2021"
66

77
description = "Display near-real-time satellite imagery on your desktop."

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,15 @@ All binaries can be found in the [releases](https://github.com/Colonial-Dev/satp
5454
### From Source
5555

5656
Dependencies:
57-
- The most recent stable [Rust toolchain](https://rustup.rs/).
57+
- The [Rust programming language](https://rustup.rs/).
5858
- A C/C++ toolchain (such as `gcc`.)
5959

6060
Just use `cargo install`, and Satpaper will be compiled and added to your `PATH`.
6161
```sh
6262
cargo install --locked --git https://github.com/Colonial-Dev/satpaper --branch master
6363
```
6464

65-
#### Running as systemd service
65+
#### Running as `systemd` service
6666
To automatically start Satpaper when you log in, you can use a `systemd` unit.
6767

6868
```
@@ -92,7 +92,7 @@ systemctl --user enable satpaper
9292
systemctl --user start satpaper
9393
```
9494

95-
#### Running as a launchd service (Mac)
95+
#### Running as a `launchd` service (Mac)
9696

9797
```sh
9898
# (Ensure background folder location exists)

0 commit comments

Comments
 (0)