-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Pranav Verma edited this page Dec 3, 2024
·
11 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 variables
in the Windows Search Bar. - Click on the First Result.
- A Window should open up. Click on the
Environment Variables
Button. - There should be two sections -
User Variables
andSystem Variables
. - In the
User Variables
Section, There should be a list item with variable name -Path
. (You may need to scroll down) - Double Click on the
Path
Variable. - 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 + X
thenY
thenEnter
to 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.
Blue Lagoon.
A Pranav Verma Production.