Skip to content

Commit 450fe37

Browse files
committed
docs: updated metadata
1 parent cbbae8e commit 450fe37

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[package]
22
name = "winnf"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
authors = ["PyBash <hi@pybash.xyz>"]
66
description = "A nerdfetch alternative for windows written in Rust."
77
documentation = "https://github.com/pybash1/winnf"
88
readme = "README.md"
99
homepage = "https://github.com/pybash1/winnf"
1010
repository = "https://github.com/pybash1/winnf"
11+
license = "MIT"
1112
license-file = "LICENSE"
1213
keywords = ["windows", "fetch", "terminal", "cli"]
1314
categories = ["command-line-utilities"]

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,20 @@ A Windows fetch script using Nerdfonts
1010

1111
### To install and run
1212

13-
#### [Windows](https://crates.io/crates/winnf):
13+
#### [Cargo](https://crates.io/crates/winnf):
1414

1515
```sh
1616
cargo install winnf --locked
1717
winnf
1818
```
1919

20+
#### Scoop:
21+
22+
```sh
23+
scoop install https://raw.githubusercontent.com/pybash1/winnf/main/winnf.json
24+
winnf
25+
```
26+
2027
### Features
2128

2229
- No *nix based operating system compatability

0 commit comments

Comments
 (0)