mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-09 00:18:22 +08:00
Fixing broken reference to 1-dist.sh
This commit is contained in:
parent
37f684216a
commit
895eebec11
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ git clone https://github.com/dvorka/hstr.git
|
||||||
|
|
||||||
* create build files using:
|
* create build files using:
|
||||||
```bash
|
```bash
|
||||||
cd ./dist && ./dist-1.sh && cd ..
|
cd ./dist && ./1-dist.sh && cd ..
|
||||||
```
|
```
|
||||||
|
|
||||||
* install `hh` using:
|
* install `hh` using:
|
||||||
|
|
Loading…
Reference in a new issue