Skip to content

Commit 53fa79d

Browse files
committed
Make installation instructions in README easier to copy.
1 parent 3d45ae1 commit 53fa79d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,17 +128,17 @@ Keyword arguments:
128128
It is possible to download and extract a prebuilt script with default settings.
129129
For example, to download the latest release you can run the following
130130
```bash
131-
$ curl -fsSL https://github.com/fredrikekre/jlpkg/releases/download/v1.5.1/jlpkg-v1.5.1.tar.gz | \
132-
tar -xzC /usr/local/bin
131+
curl -fsSL https://github.com/fredrikekre/jlpkg/releases/download/v1.5.1/jlpkg-v1.5.1.tar.gz | \
132+
tar -xzC /usr/local/bin
133133
```
134134
This will extract the executable script `jlpkg` and place it in `/usr/local/bin`.
135135
You can of course replace `/usr/local/bin` with any writable folder in your `PATH`.
136136
When using the prebuilt script it is assumed that `julia` is also in your `PATH`.
137137

138138
The Bash completion file can also be downloaded from the repo. For example:
139139
```bash
140-
$ curl -fsSL -o ~/.bash_completion.d/jlpkg-completion.bash \
141-
https://raw.githubusercontent.com/fredrikekre/jlpkg/v1.5.1/src/jlpkg-completion.bash
140+
curl -fsSL -o ~/.bash_completion.d/jlpkg-completion.bash \
141+
https://raw.githubusercontent.com/fredrikekre/jlpkg/v1.5.1/src/jlpkg-completion.bash
142142
```
143143
Make sure to source this file in your shell startup file. For example, add the following to `~/.bashrc`:
144144
```bash

0 commit comments

Comments
 (0)