Skip to content

Commit

Permalink
Update setup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aprovoNYU authored Sep 12, 2023
1 parent 3de6560 commit 11e355d
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions _includes/lc/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,15 @@ <h3>The Bash Shell</h3>
<div id="openrefine-setup">
<h3>OpenRefine</h3>
<p>
OpenRefine is a tool to clean up and organize messy data. Please find instructions to install it and the data used in the lesson in the <a href="https://librarycarpentry.org/lc-open-refine/setup.html">lesson</a>.
OpenRefine is a tool to transform and assess data. Please find instructions to install it and the data used in the lesson in the <a href="https://librarycarpentry.org/lc-open-refine/setup.html">lesson</a>.
</p>
</div>

<div id="git-setup"> {% comment %} Start of 'Git' section. GitHub browser compatibility
is given at https://help.github.com/articles/supported-browsers/{% endcomment %}
<h3>Git</h3>
<h3>Python</h3>
<p>
Git is a version control system that lets you track who made changes
to what when and has options for easily updating a shared or public
version of your code
on <a href="https://github.com/">https://github.com</a>.
</p>
<p>
Follow the instructions on
the <a href="https://librarycarpentry.org/lc-git/setup.html">lesson</a> to
install Git on your system.
</p>
<p>
You will need an account at <a href="https://github.com/">github.com</a>
for parts of the Git lesson. Basic GitHub accounts are free. We encourage
you to create a GitHub account if you don't have one already.
Please consider what personal information you'd like to reveal. For
example, you may want to review these
<a href="https://help.github.com/articles/keeping-your-email-address-private/">instructions
for keeping your email address private</a> provided at GitHub. You will
need a
<a href="https://help.github.com/articles/supported-browsers/">supported
web browser</a>.
Details coming soon...
</p>

</div>

0 comments on commit 11e355d

Please sign in to comment.