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

remove all the $ signs from the documentation. #24

Open
koffie opened this issue Sep 5, 2017 · 1 comment
Open

remove all the $ signs from the documentation. #24

koffie opened this issue Sep 5, 2017 · 1 comment

Comments

@koffie
Copy link
Collaborator

koffie commented Sep 5, 2017

Currently there are a lot of commands mentioned in the documentation that the user should execute. And they are all prefixed by $ signs. This is annoying since it hinders easy copy pasting.
For example try executing this

$ mkdir mydir
$ cd mydir
$ echo "hello world" > some_file
$ cat some_file
$ cd ..
$ rm -r mydir

v.s executing this:

mkdir mydir
cd mydir
echo "hello world" > some_file
cat some_file
cd ..
rm -r mydir
@nthiery
Copy link
Collaborator

nthiery commented Sep 6, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants