mirror of
https://github.com/YGGverse/nexd.git
synced 2026-03-31 17:55:31 +00:00
initial commit
This commit is contained in:
commit
a3ffecb1db
4 changed files with 186 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# nexd - Server for Nex Protocol written in Go
|
||||
|
||||
Unofficial GIT build of [nexd](https://hg.sr.ht/~m15o/nexd) Mercurial repository.
|
||||
|
||||
Includes [nex-pfm](https://hg.sr.ht/~m15o/nex-pfm) + modified for Linux / amd64 makefile version.
|
||||
|
||||
## Install
|
||||
|
||||
* `git clone https://github.com/YGGverse/nexd.git`
|
||||
* `cd nexd`
|
||||
* `make`
|
||||
|
||||
## Launch
|
||||
|
||||
```
|
||||
nexd path/to/destination/folder
|
||||
```
|
||||
|
||||
* server open `index` file by default, directory listing instead
|
||||
Loading…
Add table
Add a link
Reference in a new issue