File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,23 @@ A command line client for tldr, written in plain ISO C90.
9
9
10
10
On OS X, the client can be installed through [ homebrew] ( http://brew.sh/ ) .
11
11
12
- ```
12
+ ``` shell
13
13
# To install latest development version
14
14
brew install tldr --HEAD
15
15
16
16
# To install the latest stable release
17
17
brew install tldr
18
18
```
19
19
20
- To build the latest version from source:
20
+ On Arch Linux, the client can be installed through [ the AUR] ( https://aur.archlinux.org/packages/tldr-git ) using an AUR helper such as yay.
21
+
22
+ ``` shell
23
+ yay -S tldr-git
21
24
```
25
+
26
+ To build the latest version from source:
27
+
28
+ ``` shell
22
29
git clone https://github.com/tldr-pages/tldr-c-client.git
23
30
cd tldr-c-client
24
31
@@ -68,7 +75,7 @@ to access directory (like your home directory), and source it in your `.bashrc`
68
75
69
76
Example for zsh:
70
77
71
- ```
78
+ ``` shell
72
79
mv autocomplete/complete.zsh ~ /.tldr.complete
73
80
echo " source ~/.tldr.complete" >> ~ /.zshrc
74
81
```
You can’t perform that action at this time.
0 commit comments