-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Pranav Verma edited this page Mar 14, 2025
·
13 revisions
Welcome to the wiki.
Tidal is a Programming Language made by Pranav Verma.
You can Download Tidal from the Releases. Choose the binary for your OS Type.
To Run Tidal from Anywhere, You will need to add it to the PATH. Follow these steps:
- Download the Binary.
- Store it in a Place where it wont get deleted.
- Copy the Path to that folder.
- Search for
Edit the system environment variablesin the Windows Search Bar. - Click on the First Result.
- A Window should open up. Click on the
Environment VariablesButton. - There should be two sections -
User VariablesandSystem Variables. - In the
User VariablesSection, There should be a list item with variable name -Path. (You may need to scroll down) - Double Click on the
PathVariable. - Now, on the Right, there should be an option of
New. Click on it. - Now, Paste the Folder Location of the Folder where you downloaded the Tidal Binary.
- Click on
Ok<Ok<Apply. - Restart your Computer.
- To Update, just Download the latest binary, and replace the binary in the parent folder.
There! Now, you should be able to use the command - td from anywhere!
To Run Tidal from Anywhere, You will need to add it to the PATH. Follow these steps:
- Download the Binary.
- Store it in a Place where it wont get deleted.
- Copy the Path to that folder.
- Run this Command:
nano ~/.bashrc - A file should open in the Terminal. Add this to the bottom of the file:
(Remember to Replace the Path, to where you downloaded the binary.) (Also, this should point to the parent folder of the binary.)
export PATH="/PATH/TO/TIDAL:$PATH"
- Press
Ctrl + XthenYthenEnterto save. - Now, Reload the Bash. To do that, run this command:
source ~/.bashrc
- Thats it! Now, you can Run Tidal from Anywhere:
td
- To Update, just Download the latest binary, and replace the binary in the parent folder.
Have a look at the Get Started Page.
Blue Lagoon.
A Pranav Verma Production.