From e15c7be234d0d298d4368642142867957ebf2d34 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 21 Dec 2018 18:18:19 -0500 Subject: [PATCH] add new README for binaries --- bin/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 bin/README.md diff --git a/bin/README.md b/bin/README.md new file mode 100644 index 00000000..88459dda --- /dev/null +++ b/bin/README.md @@ -0,0 +1,18 @@ +# Binaries for running ArchiveBox + +This folder contains all the executables that ArchiveBox provides. + + +# Adding it to your `$PATH` +To be able to run ArchiveBox from anywhere on your system, you can add this entire folder to your path, like so: + +**Edit `~/.bash_profile`:** +```bash +export PATH=/opt/ArchiveBox/bin:$PATH +``` + +# Running executables directly + +If you don't want to add ArchiveBox to your `$PATH` you can also call these executables directly with their full path, like so: + +`/opt/ArchiveBox/bin/ArchiveBox https://example.com/some/feed.rss`