Skip to content

Commit

Permalink
Updated URLs to reflect main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdm committed Apr 29, 2021
1 parent f190fbf commit 0ab70d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
25 changes: 2 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,30 +28,9 @@ Sync your iOS entries with your main journal:

## How to install jrnl-sync shell script

Clone the repository.
Copy and paste the following one-liner into your shell.

git clone https://github.com/luknuk/jrnl-sync.git

Move `jrnl-sync` shell script to your user binaries directory. Create that if it doesn't exist `mkdir ~/bin`.

mv jrnl-sync ~/bin/jrnl-sync

If you haven't already, add your user binaries directory to your path variable. Do this by editing your `.bashrc` or `.zshrc` file and appending the following line, and replacing `YOURNAMEHERE` with your own user name.

path+=('/Users/YOURNAMEHERE/bin')
export PATH

Ensure the script has executable permissions.

chmod +x jrnl-sync

Run it once to create the syncfile.

jrnl-sync

You will see the following message if installation was successful:

Welcome! This script should be used with the accompanying iOS Shortcut, and jrnl.sh software.
curl -LJO https://raw.githubusercontent.com/luknuk/jrnl-sync/install.sh && bash install.sh; rm -f install.sh

## Install jrnl Siri Shortcut

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

mkdir -p ~/bin
curl -LJO https://raw.githubusercontent.com/luknuk/jrnl-sync/installscript/jrnl-sync.sh
curl -LJO https://raw.githubusercontent.com/luknuk/jrnl-sync/jrnl-sync.sh
mv jrnl-sync.sh ~/bin/jrnl-sync
chmod +x ~/bin/jrnl-sync

Expand Down

0 comments on commit 0ab70d5

Please sign in to comment.