From 47762c3a798b18fdef7c78f6234b09318b784e77 Mon Sep 17 00:00:00 2001 From: dougy147 <16362303+dougy147@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:15:23 +0200 Subject: [PATCH] Simpler organization. --- README.md | 4 ++-- bin/scitopdf => scitopdf | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename bin/scitopdf => scitopdf (100%) diff --git a/README.md b/README.md index 331b2d9..c4ac7f2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you really care about your disk space, don't install ! And try it like this : ```console paper="the paper you are looking for" -curl https://raw.githubusercontent.com/dougy147/scitopdf/master/bin/scitopdf | bash -s ${paper} +curl https://raw.githubusercontent.com/dougy147/scitopdf/master/scitopdf | bash -s ${paper} ``` If 12KB is no problem to you, push your floppy diskette in, and follow those lines : @@ -60,7 +60,7 @@ That goal is obviously not reached (too many OS 🤯, sad country restrictions ### Papers are stored -Papers are automatically saved to `$XDG_DOWNLOAD_DIR/scitopdf` (or `~/Downloads/scitopdf` depending on your system). You can change that default directory (pre-install) from the script itself (`./bin/scitopdf`). +Papers are automatically saved to `$XDG_DOWNLOAD_DIR/scitopdf` (or `~/Downloads/scitopdf` depending on your system). You can change that default directory (pre-install) from the script itself (`scitopdf`). ### Be sure you can read diff --git a/bin/scitopdf b/scitopdf similarity index 100% rename from bin/scitopdf rename to scitopdf