fix for newest carp

This commit is contained in:
2022-01-27 12:01:03 +01:00
parent 03aab46ab5
commit c734c582d4
3 changed files with 454 additions and 442 deletions

View File

@@ -5,7 +5,7 @@ is a simple file path library for Carp.
## Installation
```clojure
(load "https://veitheller.de/git/carpentry/path@0.0.3")
(load "git@git.veitheller.de:carpentry/path.git@0.0.4")
```
### Usage
@@ -16,7 +16,7 @@ has some functions to work with the `PATH` environment variable.
It assumes either Windows or POSIX-style separators.
Look at [the documentation](https://veitheller.de/path) for more information.
Look at [the documentation](https://carpentry.dev/path) for more information.
<hr/>