Changeset 504 in code for trunk/README.md


Ignore:
Timestamp:
Apr 19, 2021, 2:35:18 PM (4 years ago)
Author:
contact
Message:

readme: mention Makefile, assume soju is installed system-wide

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r373 r504  
    1313## Usage
    1414
    15 See the man page at `doc/soju.1.scd` for more information.
     15See the man page for more information.
    1616
    1717### Server side
     
    1919To create an admin user and start soju, run these commands:
    2020
    21     go run ./cmd/sojuctl create-user <soju username> -admin
    22     go run ./cmd/soju -listen irc+insecure://127.0.0.1:6667
     21    sojuctl create-user <soju username> -admin
     22    soju -listen irc+insecure://127.0.0.1:6667
    2323
    2424If you're migrating from ZNC, a tool is available to import users, networks and
     
    6666    /join #somechannel/rizon
    6767
    68 #### Notes
     68## Building and installing
    6969
    70 soju will automatically save and restore the channels you were connected to.
     70For end users, a `Makefile` is provided:
     71
     72    make
     73    sudo make install
     74
     75For development, you can use `go run ./cmd/soju` as usual.
    7176
    7277## Contributing
Note: See TracChangeset for help on using the changeset viewer.