Skip to content

Commit cc14ac7

Browse files
committed
Add information, update links
1 parent 726d410 commit cc14ac7

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Benutzerhandbuch.pdf

160 KB
Binary file not shown.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ rustyline = "5.0.3"
2525
nom = "5.1.0"
2626

2727
[dependencies.parser2a]
28-
git = "https://v4.git.tammena.rocks/2a-emulator/2a-parser.git"
28+
git = "https://github.com/MalteT/2a-parser"
2929
package = "2a-parser"
3030
version = "6.0.0"
3131
features = ["formatting"]

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11

22
# Emulator for Minirechner 2a microcomputer
33

4-
This is an emulator for the Minirechner 2a, that is used during the Hardwarepraktikum at the university of Leipzig. This emulator was created for my bachelor thesis and is published under the GNU GPLv3. Please report all bugs, or no one will fix them. Just create an issue or write a message to me.
4+
This is an emulator for the Minirechner 2a, that is used during the Hardwarepraktikum at the university of Leipzig. This emulator was created for my bachelor thesis and is published under the GNU GPLv3. Please report all bugs, or no one will fix them. Just create an issue or message me.
55

66
![Demo Session](./static/demo.svg)
77

8-
**Warning**: There are still some unimplemented features, like the temperature sensor. Expect some bugs.
8+
**Warning**: There are still some unimplemented features, ~like the temperature sensor~. Expect some bugs.
9+
10+
A rendered version of the following can be found [here](./Benutzerhandbuch.pdf). It was assembled for the thesis and may be slightly out of date.
911

1012

1113
## Installation
1214

1315
### Prebuild binaries
1416

15-
Use one of the [prebuild binaries](https://v4.git.tammena.rocks/2a-emulator/2a-emulator/releases).
17+
Use one of the [prebuild binaries](https://github.com/MalteT/2a-emulator/releases).
1618

1719
### Manually install
1820

@@ -25,7 +27,7 @@ $ cargo run --release --locked
2527

2628
You can also install the binary using:
2729
```console
28-
$ cargo install --git https://v4.git.tammena.rocks/2a-emulator/2a-emulator
30+
$ cargo install --git https://github.com/MalteT/2a-emulator
2931
```
3032
See the [Cargo Manual](https://doc.rust-lang.org/cargo/commands/cargo-install.html?highlight=install#cargo-install) about where the binaries is installed to.
3133

0 commit comments

Comments
 (0)