Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Colonial-Dev committed Oct 30, 2023
1 parent b9789ff commit 3bc7520
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "satpaper"
authors = ["Colonial"]
version = "0.5.7"
version = "0.6.0"
edition = "2021"

description = "Display near-real-time satellite imagery on your desktop."
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ All binaries can be found in the [releases](https://github.com/Colonial-Dev/satp
### From Source

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

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

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

```
Expand Down Expand Up @@ -92,7 +92,7 @@ systemctl --user enable satpaper
systemctl --user start satpaper
```

#### Running as a launchd service (Mac)
#### Running as a `launchd` service (Mac)

```sh
# (Ensure background folder location exists)
Expand Down

0 comments on commit 3bc7520

Please sign in to comment.