Skip to content

Commit

Permalink
Updating the download URL's
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jun 11, 2024
1 parent 9ee6b46 commit 235584b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 30 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@ see this link for updating .congif.yaml with a new token. https://gist.github.co
```
git clone https://github.com/CommonWealthRobotics/CommonWealthRobotics.github.io.git
bash launch.sh
```

For mac:

```
Install xcode
Install macports
```

```
sudo port install ruby19
sudo port install rb19-bundler
bundle-1.9 install
Expand Down
47 changes: 17 additions & 30 deletions layouts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,7 @@ <h3 class="section-heading">Co-Engineering platform for robots</h3>
<div class="content-section-a">
<div class="col-lg-12 col-sm-12">

<h2 class="section-heading text-center">BowlerStudio Alpha
Release</h2>
<h2 class="section-heading text-center">BowlerStudio Release</h2>
<h4 class="section-heading text-center">BowlerStudio Minium
Spec: 64 bit 2.2ghz Quad Core w/ 16GB (32GB RAM recommended) ram,
OpenGL3.0+ and 512mb disk space</h4>
Expand All @@ -169,9 +168,12 @@ <h2 class="section-heading text-center">Choose your Installer</h2>
</a>
<h3 class="text-center">
<a class="btn btn-default text-center "
href="<%=@item[:studioScript]%>">BowlerStudio for Linux</a>
href="https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/BowlerLauncher-Linux-x86_64.AppImage">Linux AppImage</a>
</h3>
<h3 class="text-center">
<a class="btn btn-default text-center "
href="https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/BowlerLauncher-Linux-x86_64.deb">Linux Deb</a>
</h3>

</div>
<div class="col-lg-3 col-sm-4">
<a href="<%=@item[:winInstaller64]%>"> <img
Expand All @@ -181,10 +183,12 @@ <h3 class="text-center">
</a>
<h3 class="text-center">
<a class="btn btn-default text-center "
href="<%=@item[:winInstaller64]%>">BowlerStudio for Windows
10</a>
href="https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/BowlerLauncher-Windows-x86_64.zip">Windows Standalone</a>
</h3>
<h3 class="text-center">
<a class="btn btn-default text-center "
href="https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/BowlerLauncher-Windows-x86_64.exe">Windows Local Installer</a>
</h3>

</div>

<div class="col-lg-3 col-sm-4">
Expand All @@ -194,9 +198,11 @@ <h3 class="text-center">
</a>
<h3 class="text-center">
<a class="btn btn-default text-center"
href="<%=@item[:macInstaller]%>">BowlerStudio for Mac
(13.2+)</a>

href="https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/BowlerLauncher-MacOS-arm64.dmg">Mac Aarch64</a>
</h3>
<h3 class="text-center">
<a class="btn btn-default text-center"
href="https://github.com/CommonWealthRobotics/HatRack/releases/latest/download/BowlerLauncher-MacOS-x86_64.dmg">Mac x86_64</a>
</h3>
</div>

Expand All @@ -205,26 +211,7 @@ <h3 class="text-center">
<!-- /.container -->
</div>
<a name="PPAPI"></a>
<h2 class="lead text-center">Linux Install Instructions</h2>
<pre class="bash">

<code>
mkdir -p $HOME/bin/
wget <%=@item[:studioScript]%> -O $HOME/bin/bowlerstudio
chmod +x $HOME/bin/bowlerstudio
bash $HOME/bin/bowlerstudio
</code>
</pre>
<h2 class="lead text-center">MacOS Install Instructions</h2>
<pre class="bash">

<code>
mkdir -p $HOME/bin/
curl -L <%=@item[:macInstaller]%> -o $HOME/bin/bowlerstudio
chmod +x $HOME/bin/bowlerstudio
bash $HOME/bin/bowlerstudio
</code>
</pre>

<div class="col-lg-12 col-sm-12">

<h2 class="section-heading text-center">Advanced File Editors:</h2>
Expand Down

0 comments on commit 235584b

Please sign in to comment.