Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Nov 8, 2024
1 parent d0009c0 commit 469f1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ find . -mindepth 1 -maxdepth 1 -type d -exec basename {} \;
find . -mindepth 1 -maxdepth 1 -type d | path basename
```

Also, it works MUCH faster:
Also, it works **MUCH** faster (~120x):

```
$ git clone https://github.com/kubernetes/kubernetes.git --depth=1
Expand Down Expand Up @@ -66,7 +66,7 @@ To build the `path` from scratch, make sure you have a working [Go 1.22+](https:
go install github.com/essentialkaos/path@latest
```

#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo) for EL 7/8/9
#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo) for EL 8/9

```bash
sudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
Expand Down

0 comments on commit 469f1cd

Please sign in to comment.