Update README.md

This is my repo, isn't it?
This commit is contained in:
SandPox 2015-06-29 05:28:52 -05:00
parent fa11d6cc12
commit d8274db742
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Pi-FM-RDS, depends on the `sndfile` library. To install this library on Debian-l
Then clone the source repository and run `make` in the `src` directory: Then clone the source repository and run `make` in the `src` directory:
```bash ```bash
git clone https://github.com/ChristopheJacquet/PiFmRds.git git clone https://github.com/SandPox/PiFmRds.git
cd PiFmRds/src cd PiFmRds/src
make make
``` ```