You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,11 @@ Unofficial Hugging Face client with a dash of personality. Hugger brings a touch
17
17
- Fast and reliable
18
18
19
19
20
-
## Build
20
+
## Build && install
21
+
22
+
> [!NOTE]
23
+
> You can download the latest version of application 
24
+
21
25
In order to build Hugger for the current platform you can run:
22
26
```bash
23
27
make build
@@ -33,18 +37,14 @@ make build-windows
33
37
34
38
The program in located in /cmd-cli directory.
35
39
36
-
## Install
40
+
37
41
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:
38
42
```bash
39
43
$ export PATH=$PATH:`pwd`/cmd-cli/hugger
40
44
```
41
45
42
46
In Windows you must do almost the same: just include binary in your `%PATH%`.
43
47
44
-
45
-
> [!NOTE]
46
-
> Alternatively you can download a release of Hugger.
0 commit comments