Skip to content

Commit 02d9a53

Browse files
authored
Update README.md
1 parent 770d430 commit 02d9a53

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ Unofficial Hugging Face client with a dash of personality. Hugger brings a touch
1717
- Fast and reliable
1818

1919

20-
## Build
20+
## Build && install
21+
22+
> [!NOTE]
23+
> You can download the latest version of application ![here](https://github.com/irene-brown/hugger/releases)
24+
2125
In order to build Hugger for the current platform you can run:
2226
```bash
2327
make build
@@ -33,18 +37,14 @@ make build-windows
3337

3438
The program in located in /cmd-cli directory.
3539

36-
## Install
40+
3741
In UNIX-like systems you must move cmd-cli/hugger to any directory in `$PATH` or you can optionally include Hugger in your `$PATH` environmental variable:
3842
```bash
3943
$ export PATH=$PATH:`pwd`/cmd-cli/hugger
4044
```
4145

4246
In Windows you must do almost the same: just include binary in your `%PATH%`.
4347

44-
45-
> [!NOTE]
46-
> Alternatively you can download a release of Hugger.
47-
4848
## Usage
4949
Examples of usage:
5050
```bash

0 commit comments

Comments
 (0)