Skip to content

Commit 75503d9

Browse files
authored
Update README.md
1 parent b93970a commit 75503d9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ git clone https://github.com/mundeepl/PiFM
5959
```
6060
This will download the software from this repository
6161
```
62-
chmod +x /home/pi/PiFM/setup-pi4.sh
62+
chmod +x ~/PiFM/setup-pi4.sh
6363
```
6464
This changes the permissions to allow you to run the setup
6565
```
@@ -71,11 +71,11 @@ sudo apt-get install git -y
7171
```
7272
This will install git, which allows you to download files from Github
7373
```
74-
git clone https://github.com/mundeepl/PiFM
74+
git clone https://github.com/redmi4a-hype/PiFM
7575
```
7676
This will download the software from this repository
7777
```
78-
chmod +x /home/pi/PiFM/setup.sh
78+
chmod +x ~/PiFM/setup.sh
7979
```
8080
This changes the permissions to allow you to run the setup
8181
```
@@ -108,7 +108,7 @@ If at any point you wish to close the broadcast, make the terminal window active
108108
## Advanced Users (those confident with a terminal)
109109
You can also use PiFM using the terminal
110110
```
111-
cd /home/pi/PiFM/src
111+
cd ~/PiFM/src
112112
sudo ./PiFM
113113
```
114114
This will generate an FM transmission on 87.6Mhz, with default station name (PS), radiotext (RT) and PI-code (PI), without audio. The radio frequency signal is emitted on GPIO 4 (pin 7 on header P1).

0 commit comments

Comments
 (0)