Skip to content

Commit

Permalink
tmp files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jnnngs committed Nov 7, 2023
1 parent 8b299a6 commit 3205158
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
Binary file modified 3270Connect
Binary file not shown.
6 changes: 3 additions & 3 deletions app/static/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,9 @@
<div><h1 id="installation">Installation</h1>
<p>To use the 3270Connect command-line utility, you need to install it on your system. Follow the steps below based on your platform:</p>
<h2 id="linux">Linux</h2>
<div class="codehilite"><pre><span></span><code>$<span class="w"> </span>curl<span class="w"> </span>-LO<span class="w"> </span>https://github.com/3270io/3270Connect/releases/download/v1.0.2/3270Connect
$<span class="w"> </span>chmod<span class="w"> </span>+x<span class="w"> </span>3270Connect
$<span class="w"> </span>sudo<span class="w"> </span>mv<span class="w"> </span>3270Connect<span class="w"> </span>/usr/local/bin/3270Connect
<div class="codehilite"><pre><span></span><code>curl<span class="w"> </span>-LO<span class="w"> </span>https://github.com/3270io/3270Connect/releases/download/v1.0.3/3270Connect
chmod<span class="w"> </span>+x<span class="w"> </span>3270Connect
sudo<span class="w"> </span>mv<span class="w"> </span>3270Connect<span class="w"> </span>/usr/local/bin/3270Connect
</code></pre></div>

<h2 id="macos">macOS</h2>
Expand Down
2 changes: 1 addition & 1 deletion app/static/search/search_index.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions app/static/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://3270.io/</loc>
<lastmod>2023-11-04</lastmod>
<lastmod>2023-11-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3270.io/1.mkdocs/</loc>
<lastmod>2023-11-04</lastmod>
<lastmod>2023-11-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3270.io/advanced-features/</loc>
<lastmod>2023-11-04</lastmod>
<lastmod>2023-11-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3270.io/basic-usage/</loc>
<lastmod>2023-11-04</lastmod>
<lastmod>2023-11-07</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://3270.io/installation/</loc>
<lastmod>2023-11-04</lastmod>
<lastmod>2023-11-07</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified app/static/sitemap.xml.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ To use the 3270Connect command-line utility, you need to install it on your syst
## Linux

```shell
$ curl -LO https://github.com/3270io/3270Connect/releases/download/v1.0.2/3270Connect
$ chmod +x 3270Connect
$ sudo mv 3270Connect /usr/local/bin/3270Connect
curl -LO https://github.com/3270io/3270Connect/releases/download/v1.0.3/3270Connect
chmod +x 3270Connect
sudo mv 3270Connect /usr/local/bin/3270Connect
```

## macOS
Expand Down
2 changes: 1 addition & 1 deletion go3270Connect.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/gin-gonic/gin"
)

const version = "1.0.2"
const version = "1.0.3"

// Configuration holds the settings for the terminal connection and the steps to be executed.
type Configuration struct {
Expand Down

0 comments on commit 3205158

Please sign in to comment.