Browse Source

cargo release

pull/23/head
o2sh 7 years ago
parent
commit
9885ba9847
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml
  3. 5
      Makefile
  4. 5
      README.md

2
Cargo.lock generated

@ -377,7 +377,7 @@ dependencies = [ @@ -377,7 +377,7 @@ dependencies = [
[[package]]
name = "onefetch"
version = "1.0.0"
version = "1.0.5"
dependencies = [
"colored 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
"git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",

2
Cargo.toml

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
[package]
name = "onefetch"
description = "Neofetch for your source code"
version = "1.0.0"
version = "1.0.5"
authors = ["o2sh <ossama-hjaji@live.fr>"]
readme = "README.md"
license = "MIT"

5
Makefile

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
install:
cargo build --release
sudo cp target/release/onefetch /usr/local/bin
uninstall:
sudo rm -f /usr/local/bin/onefetch

5
README.md

@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
# onefetch
[![crate](https://img.shields.io/badge/crates.io-1.0.0-red.svg)](https://crates.io/crates/onefetch)
[![crate](https://img.shields.io/badge/crates.io-1.0.5-red.svg)](https://crates.io/crates/onefetch)
[![Travis status](https://travis-ci.org/o2sh/onefetch.svg?branch=master)](https://travis-ci.org/o2sh/onefetch)
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
@ -7,7 +7,8 @@ Onefetch is a command-line system information tool that displays information abo @@ -7,7 +7,8 @@ Onefetch is a command-line system information tool that displays information abo
## Usage
You can either build the binary from the source code (tips: cargo install onefetch) or get it from [here](https://github.com/o2sh/onefetch/releases) and add it to your $PATH.
Clone the repository and install to `/usr/local/bin` with `make install`.
Or get the binary from [here](https://github.com/o2sh/onefetch/releases) and add it to your $PATH.
```sh
$ cd /path/of/your/repo

Loading…
Cancel
Save