Skip to content

Commit

Permalink
Github link
Browse files Browse the repository at this point in the history
  • Loading branch information
neoascetic committed Mar 9, 2024
1 parent 07da03d commit dd1f494
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pages/1-quickstart.jsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ uses `bash >= 3` and [`envsubst`][envsubst] from the `gettext-base`
package. If these are not installed, go do, I'll wait.

Okay, now, when dependencies are ready, you need to grab the actual Jopa
code. You can grab the code directly from GitHub or just copy-paste it
from the [code](code.html) page. Put the code in a file named `jopa` and
do not forget to make it executable:
code. You can grab the code [directly from GitHub][gh] or just
copy-paste it from the [code](code.html) page. Put the code in a file
named `jopa` and do not forget to make it executable:

chmod +x ./jopa

Expand Down Expand Up @@ -63,5 +63,6 @@ create more pages, edit example layout template, or jump into more
advanced topics.

[envsubst]: https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html
[gh]: https://github.com/neoascetic/jopa

JOPA

0 comments on commit dd1f494

Please sign in to comment.