Changeset 801 in code for trunk/README.md


Ignore:
Timestamp:
Mar 21, 2023, 3:00:04 AM (2 years ago)
Author:
koizumi.aoi
Message:

Rename to suika

Signed-off-by: Aoi K <koizumi.aoi@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r775 r801  
    1 # [soju]
     1# suika
    22
    3 [![builds.sr.ht status](https://builds.sr.ht/~emersion/soju/commits.svg)](https://builds.sr.ht/~emersion/soju/commits?)
    4 
    5 A user-friendly IRC bouncer.
     3A 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)
    64
    75- Multi-user
     
    108- Support connecting to multiple upstream servers via a single IRC connection
    119  to the bouncer
    12 
    13 ## Usage
    14 
    15 * [Getting started]
    16 * [Man page]
    1710
    1811## Building and installing
     
    2821
    2922    make
    30     sudo make install
     23    doas make install
    3124
    32 For development, you can use `go run ./cmd/soju` as usual.
     25For development, you can use `go run ./cmd/suika` as usual.
    3326
    3427To link with the system libsqlite3, set `GOFLAGS="-tags=libsqlite3"`.
    35 
    36 ## Contributing
    37 
    38 Send patches on the [mailing list] or on [GitHub], report bugs on the
    39 [issue tracker]. Discuss in [#soju on Libera Chat][IRC channel].
    4028
    4129## License
     
    4432
    4533Copyright (C) 2020 The soju Contributors
     34Copyright (C) 2023-present Aoi K.
    4635
    47 [soju]: https://soju.im
    48 [Getting started]: doc/getting-started.md
    49 [Man page]: https://soju.im/doc/soju.1.html
    50 [mailing list]: https://lists.sr.ht/~emersion/soju-dev
    51 [GitHub]: https://github.com/emersion/soju
    52 [issue tracker]: https://todo.sr.ht/~emersion/soju
    53 [IRC channel]: ircs://irc.libera.chat/#soju
Note: See TracChangeset for help on using the changeset viewer.