Skip to content

Commit b6280e4

Browse files
committed
project reorganization
1 parent d945c32 commit b6280e4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+1523
-4431
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@
1616
bin
1717
multi.json
1818
multi.ignore
19-
coverage.txt
19+
coverage.txt
20+
.multiverse

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GOCC = go1.16beta1
1+
GOCC = go
22

33
.PHONY: multi install test multi-cross
44
.PHONY: multi-darwin multi-darwin-386 multi-darwin-amd64
@@ -15,7 +15,7 @@ install:
1515

1616
install-systemd: install
1717
mkdir -p $(HOME)/.config/systemd/user/
18-
cp multiverse.service $(HOME)/.config/systemd/user
18+
cp /init/multiverse.service $(HOME)/.config/systemd/user
1919

2020
test:
2121
$(GOCC) test ./... -cover

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
- ***Peer-to-peer*** - self host your repositories
1414
- ***Works offline*** - integrated local code viewer
15-
- ***Secure*** - all communications are encrypted
15+
- ***Private & Secure*** - all communications are encrypted
1616

1717
### Getting Started
1818

@@ -22,13 +22,6 @@
2222

2323
Go 1.16 or higher is required.
2424

25-
```bash
26-
$ go get golang.org/dl/go1.16beta1
27-
$ go1.16beta1 download
28-
```
29-
30-
Build and install from sources.
31-
3225
```bash
3326
$ git clone https://github.com/multiverse-vcs/go-multiverse.git
3427
$ cd go-multiverse

cmd/multi/branch.go

-77
This file was deleted.

cmd/multi/checkout.go

-58
This file was deleted.

cmd/multi/clone.go

-73
This file was deleted.

cmd/multi/commit.go

-60
This file was deleted.

0 commit comments

Comments
 (0)