Skip to content

Commit

Permalink
Remove copr build status
Browse files Browse the repository at this point in the history
I may want to package for Fedora at some point, but atm there's nothing
to reference for this repository.
  • Loading branch information
tanuva committed Nov 20, 2023
1 parent 3bac112 commit 770ef35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions escl-scan-cli/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# escl-scan-cli

[![Copr build status](https://copr.fedorainfracloud.org/coprs/elxreno/escl-scan/package/escl-scan/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/elxreno/escl-scan)
[![github actions](https://github.com/tanuva/escl-scan/workflows/Rust/badge.svg)](https://github.com/tanuva/escl-scan/actions)
[![dependency status](https://deps.rs/repo/github/tanuva/escl-scan/status.svg)](https://deps.rs/repo/github/tanuva/escl-scan)

Expand All @@ -24,15 +23,3 @@ ARGS:
<ip> IP of scanner
<destination file> Destination file
```

# Install
### As package (recommend):
Fedora [Copr](https://copr.fedorainfracloud.org/coprs/elxreno/escl-scan): `sudo dnf copr enable elxreno/escl-scan -y && sudo dnf install escl-scan`

### As binary:
```
cargo install escl-scan-cli
# by default installed at ~/.cargo/bin, you may add it to path:
export PATH=$PATH:~/.cargo/bin
escl-scan-cli
```
1 change: 0 additions & 1 deletion escl-scan/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# escl-scan

[![Copr build status](https://copr.fedorainfracloud.org/coprs/tanuva/escl-scan/package/escl-scan/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/elxreno/escl-scan)
[![github actions](https://github.com/tanuva/escl-scan/workflows/Rust/badge.svg)](https://github.com/tanuva/escl-scan/actions)
[![dependency status](https://deps.rs/repo/github/tanuva/escl-scan/status.svg)](https://deps.rs/repo/github/tanuva/escl-scan)

Expand Down

0 comments on commit 770ef35

Please sign in to comment.