From fbc9dae6900eb4acf243b8c2064baaea3bf6b275 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 18 Mar 2024 21:23:01 -0400 Subject: [PATCH] fix readme --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e822747..4774d39 100644 --- a/README.md +++ b/README.md @@ -216,10 +216,22 @@ to contact me. * Clone the [AMOS Professional source code](https://github.com/AOZ-Studio/AMOS-Professional-Official) * Copy `AMOSPro Sources/+lequ.s` to `+LEqu.s` * Generate the socket LVO file in the `src` directory + * Install [`fd2pragma`](https://aminet.net/package/dev/misc/fd2pragma) in your path * Download `https://raw.githubusercontent.com/cnvogelg/amitools/master/amitools/data/fd/bsdsocket_lib.fd` to `src` - * `fd2pragma bsdsocket_lib.fd to "" special 20` -* Fix up `absdsocket` to match your system's setup -* Run `execute absdsocket` + * In a Shell: + + ``` + cd src + fd2pragma bsdsocket_lib.fd to "" special 20 + ``` + +* Fix up `src/absdsocket` to match your system's setup +* In a Shell: + +``` +cd src +execute absdsocket +``` #### Emulated setup (WinUAE, FS-UAE, Amiberry)