Skip to content

Commit 0c05c00

Browse files
readme: fix build instructions
1 parent 0313968 commit 0c05c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ Download and build srsRAN:
5959

6060
```bash
6161
git clone https://github.com/srsran/srsRAN_Project.git
62-
cd srsran
62+
cd srsRAN_Project
6363
mkdir build
6464
cd build
65-
cmake ../
65+
cmake ..
6666
make
6767
make test
6868
```

0 commit comments

Comments
 (0)