AndrewCopeland / zettelkasten

Creating notes with the zettelkasten note taking method and storing all notes on github
Apache License 2.0
89 stars 11 forks source link

Curl installation command #33

Closed bastiano closed 3 years ago

bastiano commented 3 years ago

Hi, I run the curl command for installing zettelkasten in archlinux. The command has no output, and there is no zk or zettelkasten in /usr/local/bin.

AndrewCopeland commented 3 years ago

Does the following command output the zk script?

curl -s  https://raw.githubusercontent.com/AndrewCopeland/zettelkasten/master/zk

You may need to change the flag file here:

-o /usr/local/bin/zk

The output should be a location within your $PATH environment variable.

Let me know if you still run into issues.

bastiano commented 3 years ago

It did work now. Thanks! I need to study how to configure it with Git. I like the "auto git push" feature, but I'm just starting with github.

AndrewCopeland commented 3 years ago

Let me know if you need any help with the auto git push. Create a new issue if you need help.