We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c070a96 + 7acbaf4 commit 5cfc085Copy full SHA for 5cfc085
public/install.sh
@@ -0,0 +1,2 @@
1
+#!/bin/bash
2
+curl -fsSL https://raw.githubusercontent.com/containers/ramalama/s/install.sh | sh
src/App.jsx
@@ -87,8 +87,7 @@ function App() {
87
</h2>
88
<h3 className="install-h3">Linux and Mac:</h3>
89
<p className="install-code">
90
- <div>curl -fsSL https://raw.githubusercontent.com/</div>
91
- <div>containers/ramalama/s/install.sh | bash</div>
+ <div>curl -fsSL https://ramalama.ai/install.sh | sh</div>
92
</p>
93
<h3 className="install-h3">RamaLama is also available on PyPi!</h3>
94
<p className="install-code">pip install ramalama</p>
0 commit comments