Skip to content

Commit

Permalink
improved wording and a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa authored Oct 20, 2023
1 parent 6330d3c commit 50c0aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/intro/howto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and a relative path, you can safely skip this chapter and continue to the :ref:`

While there is a graphical user interface for DataLad (the :term:`DataLad Gooey`), this handbook will first and foremost focus on teaching DataLad concepts without the overhead of a user-interface, using DataLad's most powerful interface on the *command line*.
This means that the code examples in the handbook show no buttons to click on, but a set of commands and options users type into their *terminal*.
If you are not used to working with command-line arguments, DataLad can appear intimidating.
If you are not used to working with command-line tools, DataLad can appear intimidating.
Luckily, the set of possible commands is limited, and even without prior experience with a shell, one can get used to it fairly quickly.

.. figure:: ../artwork/src/img/shell.png
Expand Down Expand Up @@ -155,7 +155,7 @@ Paths
=====

Paths look different on Unix-like and Windows systems.
Most prominently, the *path separator*, i.e., the symbol distinguishing directories in path, are back slashes (``\``) instead of front slashes (``/``).
Most prominently, the *path separators*, i.e., the symbol distinguishing directories in path, are back slashes (``\``) instead of front slashes (``/``).
Let's say I want to create a new folder in my home folder on a Unix system,
I can run the following command:

Expand Down

0 comments on commit 50c0aaf

Please sign in to comment.