Skip to content

Commit

Permalink
install.sh -> init.sh bugfix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rico666 committed Jan 18, 2018
1 parent ca0c168 commit 1bfe053
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package/index.htm
Expand Up @@ -17,8 +17,8 @@ <h3>Install, quickly</h3>
<h3>Install, for the Suspicious</h3>
The Quick- Install downloads a shell script and executes it directly. If you're really concerned about the argument that it may contain nefarious activities within, you can easily review it before you run it.
<pre>wget http://package.cryptoguru.org/debian/init.sh
less install.sh
bash install.sh</pre>
less init.sh
bash init.sh</pre>
and now you can install packages like:
<pre>apt-get install burstcoincg</pre>
<h3>Install, for Advanced users</h3>
Expand Down
12 changes: 8 additions & 4 deletions package/ubuntu.htm
Expand Up @@ -15,11 +15,15 @@ <h3>Install, quickly</h3>
and now you can install packages like:
<pre>apt-get install burstcoincg</pre>
<h3>Install, for the Suspicious</h3>
The Quick- Install downloads a shell script and executes it directly. If you're really concerned about the argument that it may contain nefarious activities within, you can easily review it before you run it.

The Quick- Install downloads a shell script and executes it
directly. If you're really concerned about the argument that
it may contain nefarious activities within, you can easily
review it before you run it.
<pre>wget http://package.cryptoguru.org/ubuntu/init.sh
less install.sh
bash install.sh</pre>
and now you can install packages like:
less init.sh
bash init.sh</pre> and now you can install packages
like:
<pre>apt-get install burstcoincg</pre>
<h3>Install, for Advanced users</h3>
<ul>
Expand Down
11 changes: 9 additions & 2 deletions package/windows.htm
Expand Up @@ -6,15 +6,22 @@ <h2 class="pull-left">Windows</h2>
<div class="clearfix"></div>
<h3>Available Packages</h3>
<ul>
<li><a href="https://github.com/PoC-Consortium/Qbundle/releases/latest">Qbundle the newest Windows all-in-one launcher - easy to use tool to setup, configure and manage your wallet and other Burst tools on Windows</a>
<li><a href="https://github.com/PoC-Consortium/Qbundle/releases/latest">Qbundle
the newest Windows all-in-one launcher - easy to use tool
to setup, configure and manage your wallet and other Burst
tools on Windows</a>
</li>
</ul>
<h3>Install</h3>
<p>
Just Download the msi File from the link above and install it.
</p>
<h3>Found an Issue?</h3>
Please report all bugs at <a href="https://github.com/PoC-Consortium/Qbundle/issues">GitHub</a>. You can also <a href="https://discord.gg/NKXGM6N">discuss your problems and get support using Discord</a>

<p>Please report all bugs
at <a href="https://github.com/PoC-Consortium/Qbundle/issues">GitHub</a>. You
can also <a href="https://discord.gg/NKXGM6N">discuss your
problems and get support using Discord</a></p>
</div>
<br />
<!--# include file="include/footer.htm" -->

0 comments on commit 1bfe053

Please sign in to comment.