diff --git a/docs/tutorials/start.rst b/docs/tutorials/start.rst index fd25fbc..b610b20 100644 --- a/docs/tutorials/start.rst +++ b/docs/tutorials/start.rst @@ -24,17 +24,14 @@ Update for August 2024 - missing dependencies for building EPICS 7 have been added (libusb 1.0 and libnet) - due to dependency clashes we had to remove GUI apps such as firefox -To run the latest dev c7 with libusb 1.0 and NO GUI apps: +To run the latest dev c7 with libusb 1.0 and NO GUI apps:: -```bash -c7 -dv 2024.8.1 -``` + c7 -dv 2024.8.1 -To run a version with older libusb and original set of GUI apps: -``` -c7 -dv 2024.8.1gui -``` +To run a version with older libusb and original set of GUI apps:: + + c7 -dv 2024.8.1gui Startup Script "c7"