Skip to content

wsdjeg/ircnvim-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ircnvim-rs

This is the server part of ircnvim.

Installation instructions:

1. Install nightly Rust
2. Clone this repository, and run `make && sudo make install`
3. Create at least one profile in the configuration file
curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly && \
    git clone https://github.com/marchelzo/ircnvim-rs && \
    cd ircnvim-rs && \
    make && \
    sudo make install

About

The server component of ircnvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.1%
  • Shell 1.7%
  • Makefile 0.2%