Reverse SOCKS Proxy Using Chisel - The Easy Way

While doing the rastalabs pro lab I found a chisel pull request / fork that made it easier to use chisel as a reverse socks proxy into the target network, so I made a quick post on how to use it Reverse SOCKS Proxy Using Chisel — The Easy Way | by Vegard Wærp | Medium

Hello Team,
I need your assist to resolve this issue…
I could take control of remote machine as normal users (not root) in one of our HTB… where I could see /tmp folder has full access to user… so I pushed “chisel” binary package from KALI machine to victim machine (/tmp)…
Now I could start chisel server in kali machine which is listening for incoming connection… whereas in victim machine I could change the permission for chisel binary package inside of /tmp folder… but when I execute "./chisel client … " which says chisel not found…
Please guide me how to execute binary file from normal ($) user login…