Skip to content

Commit

Permalink
README.md updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jasursadikov committed Nov 3, 2024
1 parent 266cb63 commit e794dce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
17 changes: 0 additions & 17 deletions .SRCINFO

This file was deleted.

5 changes: 0 additions & 5 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ makedepends=('python-build' 'python-setuptools' 'python-setuptools-scm' 'git')
source=("${pkgname}::git+https://github.com/jasursadikov/mud.git")
md5sums=('SKIP')

pkgver() {
cd "$srcdir/$pkgname"
git describe --tags | sed 's/^v//;s/-/./g'
}

build() {
cd "$srcdir/$pkgname"
python -m build --wheel --no-isolation
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# mud

![Version](https://img.shields.io/pypi/v/mud-git?logo=python)
![AUR Version](https://img.shields.io/aur/version/mud-git?logo=archlinux)
![Build Status](https://img.shields.io/github/actions/workflow/status/jasursadikov/mud/test.yaml?logo=github)
![Pulbish](https://img.shields.io/github/actions/workflow/status/jasursadikov/mud/publish.yaml?logo=github)

Expand All @@ -9,9 +10,14 @@
mud is a multi-directory git runner which allows you to run git commands in a multiple repositories. It has multiple powerful tools filtering tools and support of aliasing. This tool is not limited to git commands only, you can run any commands as you wish, but this tool was primarily designed to be used with git, so each referenced directory should have `.git`.

## Installing
For PyPI
```bash
pip install mud-git
```
For Arch Linux
```bash
paru -S mud-git
```

## Getting started

Expand Down

0 comments on commit e794dce

Please sign in to comment.