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

Add directions to README for Windows Users #76

Open
DanielGGordon opened this issue Jan 5, 2021 · 2 comments
Open

Add directions to README for Windows Users #76

DanielGGordon opened this issue Jan 5, 2021 · 2 comments

Comments

@DanielGGordon
Copy link

For example, if someone is using Git Bash for Windows, they will not have the ability to run the make command.
This command could be replaced by a few mkdir and a cp.

I was personally able to figure it out on my own, but it would be nice if the commands were simply in the README.

@RoryMiley
Copy link

I have run into the same issue, however have not been able to fix it...

@DanielGGordon
Copy link
Author

DanielGGordon commented Feb 23, 2021

@RoryMiley you can do it something like this-

Make a new directory like ~/.local/bin with the command mkdir ~/.local && mkdir ~/.local/bin
cp the bashmarks.sh file into that directory with the command cp bashmarks.sh ~/.local/bin
Add the code source ~/.local/bin/bashmarks.sh into your bash profile.

So that script will get run every time you open your shell.

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