Skip to content

Commit 5e236fc

Browse files
committed
update README.md
Signed-off-by: hwipl <[email protected]>
1 parent c5a4dd5 commit 5e236fc

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,20 @@ The original code mirrored from sf.net is tagged as
1515
["mirrored"](https://github.com/hwipl/purpled/releases/tag/mirrored). See
1616
README for original description and INSTALL for original building information.
1717

18-
Later commits contain the following changes:
18+
Later commits contain the changes described in the "Changes" section.
19+
20+
## Installation:
21+
22+
You can install purpled with the following steps:
23+
24+
* Download [purpled](https://github.com/hwipl/purpled)
25+
* Build and install purpled with:
26+
* `meson builddir`
27+
* `ninja -C builddir install`
28+
29+
Note: these steps require the [meson](https://mesonbuild.com/) build system.
30+
In case you want to use the old Makefiles etc., you can find them in the `orig`
31+
directory.
1932

2033
## Changes:
2134
* v0.2:
@@ -25,7 +38,6 @@ Later commits contain the following changes:
2538
more CR/LF message terminations. Introduced `info:` and `error:` message
2639
types.
2740
* Introduced command line parameter to specify working directory.
28-
* ...
2941
* v0.1:
3042
* Support for Unix Domain Sockets/AF\_UNIX sockets; use command line
3143
parameter `-i` for an AF\_INET socket and `-u` for an AF\_UNIX socket

0 commit comments

Comments
 (0)