Skip to content

Commit 88ae627

Browse files
authored
Merge pull request #102 from dls-controls/update-docs
update docs with info on 2024.8.1 changes
2 parents cbc2705 + 56c03db commit 88ae627

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/tutorials/start.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,14 @@ Update for August 2024
2424
- missing dependencies for building EPICS 7 have been added (libusb 1.0 and libnet)
2525
- due to dependency clashes we had to remove GUI apps such as firefox
2626

27-
To run the latest dev c7 with libusb 1.0 and NO GUI apps:
27+
To run the latest dev c7 with libusb 1.0 and NO GUI apps::
2828

29-
```bash
30-
c7 -dv 2024.8.1
31-
```
29+
c7 -dv 2024.8.1
3230

33-
To run a version with older libusb and original set of GUI apps:
3431

35-
```
36-
c7 -dv 2024.8.1gui
37-
```
32+
To run a version with older libusb and original set of GUI apps::
33+
34+
c7 -dv 2024.8.1gui
3835

3936

4037
Startup Script "c7"

0 commit comments

Comments
 (0)