Changeset 801 in code for trunk/README.md
- Timestamp:
- Mar 21, 2023, 3:00:04 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r775 r801 1 # [soju]1 # suika 2 2 3 [](https://builds.sr.ht/~emersion/soju/commits?) 4 5 A user-friendly IRC bouncer. 3 A user-friendly IRC bouncer. Hard-fork of the 0.3 series of [soju](https://soju.im), named after [Suika Ibuki](https://en.touhouwiki.net/wiki/Suika_Ibuki) from [Touhou 7.5: Immaterial and Missing Power](https://en.touhouwiki.net/wiki/Immaterial_and_Missing_Power) 6 4 7 5 - Multi-user … … 10 8 - Support connecting to multiple upstream servers via a single IRC connection 11 9 to the bouncer 12 13 ## Usage14 15 * [Getting started]16 * [Man page]17 10 18 11 ## Building and installing … … 28 21 29 22 make 30 sudomake install23 doas make install 31 24 32 For development, you can use `go run ./cmd/s oju` as usual.25 For development, you can use `go run ./cmd/suika` as usual. 33 26 34 27 To link with the system libsqlite3, set `GOFLAGS="-tags=libsqlite3"`. 35 36 ## Contributing37 38 Send patches on the [mailing list] or on [GitHub], report bugs on the39 [issue tracker]. Discuss in [#soju on Libera Chat][IRC channel].40 28 41 29 ## License … … 44 32 45 33 Copyright (C) 2020 The soju Contributors 34 Copyright (C) 2023-present Aoi K. 46 35 47 [soju]: https://soju.im48 [Getting started]: doc/getting-started.md49 [Man page]: https://soju.im/doc/soju.1.html50 [mailing list]: https://lists.sr.ht/~emersion/soju-dev51 [GitHub]: https://github.com/emersion/soju52 [issue tracker]: https://todo.sr.ht/~emersion/soju53 [IRC channel]: ircs://irc.libera.chat/#soju
Note:
See TracChangeset
for help on using the changeset viewer.