Skip to content

Commit f25c310

Browse files
committed
Update README
1 parent 010255f commit f25c310

1 file changed

Lines changed: 5 additions & 19 deletions

File tree

README.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This software is released under the terms of the GNU GPLv3 license.
1111
```
1212
git submodule init
1313
git submodule update
14-
script/docker script/build release
14+
script/docker script/build
1515
```
1616

1717
## Run
@@ -40,27 +40,13 @@ In the command line, type:
4040
To emulate the `BOOT` key of the original keyboard, press `INS`.
4141

4242
## Development
43-
- to add debug symbols:
44-
```
45-
script/docker script/build debug
46-
```
47-
48-
- to compile tests
49-
```
50-
script/docker script/build test
51-
```
52-
53-
- to run tests:
54-
```
55-
build/test/ceda
56-
```
57-
58-
### Script
59-
The `script/` directory contains some useful script for development.
43+
The `script/` directory contains some useful script for development, mainly `script/build` and `script/test`.
6044
It is suggested to run them in the docker container by prefixing them with `script/docker` in order to use the correct version of the dev tools.
6145

6246
- `format`: clang-format sources
6347
- `valgrind`: check for memory leaks
6448

6549
## About
66-
This emulator is part of a documentation effort by [Retrofficina GLG Programs](https://retrofficina.glgprograms.it/). See [ceda-home](https://github.com/GLGPrograms/ceda-home).
50+
This emulator is part of a documentation effort by [Retrofficina GLG Programs](https://retrofficina.glgprograms.it/).
51+
See [ceda-home](https://github.com/GLGPrograms/ceda-home).
52+

0 commit comments

Comments
 (0)