From 234f7d432363cf4dd36d4328aefa5e7de2dea771 Mon Sep 17 00:00:00 2001 From: 80sVectorz Date: Sat, 25 Dec 2021 13:03:19 +0100 Subject: [PATCH] Added crucial step to the instalation steps. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 37915d5..44d10e7 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,9 @@ Then you use the portal make command (`portal -m portal_bin`) and now you can ea ## Instalation Portal should be installed in `/bin/portal_bin/` with all the repo files inside of `portal_bin` then make a symbolic link to `portal.sh` in the `/bin/` directory. -Python3 must be installed. +Python3 must be installed. For the last step add `portal( ) { source /bin/portal_bin/portal.sh "$@"; }` to your `.bashrc` file. ### Python modules used: * sys * os * pickle - -## A request. -If anyone can help me make the PKGBUILD file that would be very much appreciated. +* pathlib