From 2ac621bdb341809baf1966be8652b3bea9cd6368 Mon Sep 17 00:00:00 2001 From: dacctal Date: Sun, 31 May 2026 10:32:21 +0000 Subject: added pre-install instructions for shells in README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d6487ab..e471437 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,18 @@ make install PREFIX="/path/to/install" # Usage ## Installing Packages +### Pre-installation +Before you use any programs that you installed with pkgit, you need to specify the path of the binaries in your shell's configuration. +```sh +export PATH="$HOME/.local/bin:$PATH" +``` +```fish +fish_add_path $HOME/.local/bin +``` +```csh +setenv PATH $HOME/.local/bin:$PATH +``` + ### Basic install Assuming you have already added its respective repo, you can install a package by specifying its name: ``` -- cgit v1.2.3