Skip to content

Commit

Permalink
Added the install_script_pre.md include.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 25, 2024
1 parent 256f41a commit fa34007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions _includes/install_script_pre.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```shell
curl -o ronin-install.sh https://raw.githubusercontent.com/ronin-rb/scripts/main/ronin-install.sh && bash ronin-install.sh --pre
```
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ new [ronin-install.sh] installation script with the `--pre` option flag.
Simply copy and paste the follow two commands into your terminal to download
and execute the installation script:

{% include install_script.md %}
{% include install_script_pre.md %}

<article class="message is-dark">
<div class="message-header">Note:</div>
Expand Down

0 comments on commit fa34007

Please sign in to comment.