Browse Source

consolidated bullet-point styled documents

pull/362/head
Logan007 4 years ago
parent
commit
a6332d896e
  1. 20
      doc/Scratchpad.md
  2. 4
      doc/new-features.md
  3. 11
      doc/rpm-packaging.md

20
doc/Scratchpad.md

@ -0,0 +1,20 @@
# n2n's Scratchpad
## RPM Packaging
```
bash
./autogen.sh
./configure
make
cd packages/rpm
./configure
rpmbuild -bb ./n2n.spec
```
## New Features between 2.0.x and 2.1.x
- Better ming Windows build support.
- Added `-E` flag to allow multicast ethernet traffic.

4
doc/new-features.md

@ -1,4 +0,0 @@
# New Features between 2.0.x and 2.1.x
- Better ming Windows build support.
- Added `-E` flag to allow multicast ethernet traffic.

11
doc/rpm-packaging.md

@ -1,11 +0,0 @@
# RPM Packaging
```bash
./autogen.sh
./configure
make
cd packages/rpm
./configure
rpmbuild -bb ./n2n.spec
```
Loading…
Cancel
Save