Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 452 Bytes

notes.md

File metadata and controls

23 lines (12 loc) · 452 Bytes
  1. nano ~/.bashrc

  2. Add this line at the end of the file:

export PATH=$PATH:/home/shubham/code

  1. Save and close the file. (For nano, press Ctrl+O, then Enter, and Ctrl+X.)

  2. Reload the shell configuration:

source ~/.bashrc

  1. Navigate to the directory where your CLI executable

cd /home/shubham/code

  1. Use the chmod command to make the file executable:

chmod +x templ8.exe

  1. Now try running the CLI again:

templ8.exe --help