Skip to content

Commit

Permalink
chore: small readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Sep 12, 2024
1 parent 8d8f46e commit 243b319
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Run cargo shear
run: cargo shear

coverage:
name: Coverage
runs-on: ubuntu-latest
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# ssubmit

[![Rust CI](https://github.com/mbhall88/ssubmit/actions/workflows/ci.yaml/badge.svg)](https://github.com/mbhall88/ssubmit/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/mbhall88/ssubmit/branch/main/graph/badge.svg?token=4O7HTGKD6Q)](https://codecov.io/gh/mbhall88/ssubmit)
[![Crates.io](https://img.shields.io/crates/v/ssubmit.svg)](https://crates.io/crates/ssubmit)
![GitHub Release](https://img.shields.io/github/v/release/mbhall88/ssubmit)
![GitHub License](https://img.shields.io/github/license/mbhall88/ssubmit)

Submit sbatch jobs without having to create a submission script


Submit `sbatch` jobs without having to create a submission script

- [Motivation](#motivation)
- [Install](#install)
Expand All @@ -13,7 +15,7 @@ Submit sbatch jobs without having to create a submission script

## Motivation

This project is motivated by the fact that I want to just be able to submit commands as
This project is motivated by the fact that I want to just be able to submit commands to slurm as
jobs and I don't want to fluff around with making a submission script.

`ssubmit` wraps that whole process and lets you live your best lyf #blessed.
Expand Down Expand Up @@ -63,6 +65,10 @@ Options

### Cargo

[![Crates.io](https://img.shields.io/crates/v/ssubmit.svg)](https://crates.io/crates/ssubmit)
![Crates.io Total Downloads](https://img.shields.io/crates/d/ssubmit)


```shell
$ cargo install ssubmit
```
Expand Down

0 comments on commit 243b319

Please sign in to comment.