Open In App

How to Add Audio Files on README .md File in a GitHub Repository From the Local System?

Improve
Improve
Like Article
Like
Save
Share
Report

Git is known as the free and open-source distributed version control system that is specially made to handle everything from small to very large projects. Github is a highly used software that is used for version control. When working in a team where we have more than one developer, this software comes in handy.

In order to understand why do we need software like Git and GitHub let us consider a scenario where we want to create a simple text file. Now suppose we want to make some changes to it and then save it again. This we can do easily but suppose we are making changes to file a large number of times and we want to revert back to any one of the changes in the sequence. In such scenarios Git is efficient. It controls the version of our file or software. Now suppose there is more than one person in a project and they want to make a few changes so that the other person can easily access it, in such case we use Github. A GitHub is used to host repositories remotely.

MPEG-4 Part 14 or MP4 is a digital multimedia container format that is most commonly used to store audio, but it can also be used to store other data such as subtitles and still images. Like most modern container formats, it allows streaming over the Internet.

Procedure:

In order to add an audio file to the README file from the local system, follow the steps mentioned below where we illustrated to add an audio file in the README.md file.

Step 1: Open the Github website

Step 2: Now click on the top right corner to create a new repository.

Step 3: Now click on “Your repositories“.

Step 4: Click on the “New” option. This will redirect us to fill in details for our new repository.

Here, a new page will open which is depicted, Below are sample repositories for a custom user.  

Step 5: Enter the details for your repository and click on the “Create repository” button to create a new repository. For illustration purposes, we are creating a public repository by the name “GeeksforGeeks“. We have given a description to our repository as “Adding an audio to README.md“. Also check the checkbox, “Add a README file“. It will automatically append the README along with the repository.

Now we have successfully created a new repository by the name “GeeksforGeeks“. For now, our README file has the following contents.

Step 6: Click on the pencil icon button to edit the README.md file.

Step 7: Drag and drop the audio that you want to add to the README file.

The audio will be appended with the necessary codes as depicted below as follows:

Step 8: Click on the “Commit changes button.

Now look carefully we are done to get the desired final outcome as follows as mentioned in red block where we have successfully added the audio successfully. Likewise, we can any audio to the README.md file.

Output:


Last Updated : 13 Feb, 2022
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads