Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed from archaic version of dependency #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dist/getting-started/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h3 id="homebrew"><a href="#homebrew" aria-hidden="true" tabindex="-1"><span cla
nocodb
</code></pre></div>
<h3 id="executables"><a href="#executables" aria-hidden="true" tabindex="-1"><span class="icon icon-link"></span></a>Executables</h3>
<p>You can download executables directly and run without any extra dependancy. Use the right command based on your platform.</p>
<p>You can download executables directly and run without any extra dependency. Use the right command based on your platform.</p>
<h5 id="macos-x64"><a href="#macos-x64" aria-hidden="true" tabindex="-1"><span class="icon icon-link"></span></a>MacOS (x64)</h5>
<div class="nuxt-content-highlight"><pre class="line-numbers language-bash"><code><span class="token function">curl</span> http://get.nocodb.com/macos-x64 -o nocodb -L <span class="token punctuation">\</span>
<span class="token operator">&&</span> <span class="token function">chmod</span> +x nocodb <span class="token punctuation">\</span>
Expand Down