From 739853e9e60de4700c48ef6102f8dae63270d1b4 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 11 Jul 2019 21:08:28 +0100 Subject: [PATCH] Update README to have the correct directory for the config files. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 151de5bf7..d6aa0f336 100644 --- a/README.md +++ b/README.md @@ -144,11 +144,11 @@ Install srsLTE: ``` sudo make install -sudo srslte_install_configs.sh +srslte_install_configs.sh user ``` This installs srsLTE and also copies the default srsLTE config files to -the user's home directory (~/.srs). +the user's home directory (~/.config/srslte). Execution Instructions @@ -160,7 +160,7 @@ if needed, to meet the system configuration. On many systems they should work out of the box. By default, all applications will search for config files in the user's home -directory (~/.srs) upon startup. +directory (~/.config/srslte) upon startup. Note that you have to execute the applications with root privileges to enable real-time thread priorities and to permit creation of virtual network interfaces. @@ -169,7 +169,7 @@ srsENB and srsEPC can run on the same machine as a network-in-the-box configurat srsUE needs to run on a separate machine. If you have installed the software suite using ```sudo make install``` and -have installed the example config files using ```sudo srslte_install_configs.sh```, +have installed the example config files using ```srslte_install_configs.sh user```, you may just start all applications with their default parameters. ### srsEPC