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.
1 parent 6c09a06 commit ea40aa5Copy full SHA for ea40aa5
install.html
@@ -26,6 +26,11 @@
26
<h1 id="installation">Installation</h1>
27
<p><em>datatools</em> is a collection of command line programs run from
28
a shell like Bash.</p>
29
+<h2 id="quick-install-using-curl">Quick install using curl</h2>
30
+<p>The following experimental installer should work for macOS and Linux
31
+(e.g. Debian, Ubuntu, Raspberry Pi OS)</p>
32
+<p>Copy and run the following command in your shell (e.g. Terminal)</p>
33
+<pre><code>curl https://caltechlibrary.github.io/datatools/installer.sh | sh</code></pre>
34
<h2 id="compiled-version">Compiled version</h2>
35
<p>This is generalized instructions for a release.</p>
36
<p>Compiled versions are available for Mac OS X (amd64 and M1 processor,
0 commit comments