File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,17 +128,17 @@ Keyword arguments:
128
128
It is possible to download and extract a prebuilt script with default settings.
129
129
For example, to download the latest release you can run the following
130
130
``` 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
133
133
```
134
134
This will extract the executable script ` jlpkg ` and place it in ` /usr/local/bin ` .
135
135
You can of course replace ` /usr/local/bin ` with any writable folder in your ` PATH ` .
136
136
When using the prebuilt script it is assumed that ` julia ` is also in your ` PATH ` .
137
137
138
138
The Bash completion file can also be downloaded from the repo. For example:
139
139
``` 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
142
142
```
143
143
Make sure to source this file in your shell startup file. For example, add the following to ` ~/.bashrc ` :
144
144
``` bash
You can’t perform that action at this time.
0 commit comments