@RubenKelevra
5c4f5adc85
README.md: remove link for init-systems to ipfs/website repo
2020-06-13 07:50:28 +02:00
@RubenKelevra
b0c359d538
readme: update go-version
2020-06-09 18:22:57 +02:00
@RubenKelevra
cb196d2495
README.md: documentation update, requires at least go 1.14.4 now
2020-06-05 03:16:49 +02:00
@RubenKelevra
2dc1f691f1
quic: remove experimental status and add it to the default config
2020-05-22 04:54:19 +02:00
Bernhard M. Wiedemann
0c88bcbfd5
Update go version required to build
...
based on mk/golang.mk
2020-05-08 06:11:12 +02:00
@RubenKelevra
24e5f95dc4
typo
2020-04-30 20:35:46 +02:00
Alan Shaw
3229c82ad8
docs: update licence info in README
...
Also tweaks "highly suggests" to "highly recommends". IMHO there are levels of recommendation but a suggestion is a boolean.
2020-03-02 10:11:42 +00:00
Will Scott
ca0ee36b8d
remove expired GPG key from README
...
Encourage initial bug reports to security@ to be unencrypted for faster triage
2020-02-25 12:30:29 -08:00
Steven Allen
0cd843ea68
chore: update the package list
...
It's not fully up-to-date but we're not going to keep this up-to-date without automation.
2020-02-21 13:50:20 -05:00
Steven Allen
627b62da36
fix(build): instruct users to use GOTAGS, not GOFLAGS
...
GOFLAGS will _override_ all the flags. If we just want to set a tag e.g., enable
OpenSSL, we should set GOTAGS=openssl.
fixes https://github.com/ipfs/go-ipfs/issues/6622#issuecomment-576713181
2020-01-21 08:16:29 -08:00
PoorPockets McNewHold
4c6ff8a134
Inclusion of the presence of the go-ipfs package in Solus
...
https://dev.getsol.us/T5361
2019-12-29 11:47:09 +00:00
Oli Evans
2885511059
chore: update readme badges to test ci
...
testing out circleci build triggers with a PR that tidies up the README badges
- remove somewhat redundant `project: ipfs` badge so they fit on 1 line. The link to the website is the url field for the repo.
- Use shields.io "flat square" style for godoc badge to match the others
- Use shields.io for the circleci badge too.
- re-order to be more visually pleasing.
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2019-12-10 10:47:58 +00:00
Steven Allen
dba13955e5
chore(build): switch to go 1.13
2019-11-15 05:36:09 -08:00
Steven Allen
b3aa7706b2
Merge pull request #6738 from ipfs/doc/xc-cgo
...
doc(README): document requirements for cross-compiling with OpenSSL support
2019-10-30 18:25:44 -07:00
Steven Allen
55ea6ad6e9
doc(README): document requirements for cross-compiling with OpenSSL support
...
fixes #6736
2019-10-29 17:52:57 -07:00
MollyM
317ce4b7d8
Update README.md
2019-10-29 11:19:05 -07:00
MollyM
1baa29022d
Add WIP high-level architecture diagram
2019-10-25 01:01:26 -07:00
Steven Allen
4a3a7394c0
doc(README): call out the CGO build error
...
fixes #6704
2019-10-08 12:54:33 +09:00
Steven Allen
a8bcecefdd
doc(README): expand the build documentation
...
fixes #6704
2019-10-08 12:48:32 +09:00
Jessica Schilling
c24e7256c7
Update README.md
...
Change first link under "Getting Started" to more specific docs per https://github.com/ipfs/go-ipfs/pull/6692#issuecomment-537110811
Ref https://github.com/ipfs/go-ipfs/pull/6692
2019-10-02 16:48:12 -06:00
Steven Allen
ad541c8548
Merge pull request #6691 from ipfs/daviddias-patch-1
...
docs: guide users to the right locations for questions
2019-10-01 09:14:23 -07:00
David Dias
166b309606
Update README.md
2019-10-01 17:55:45 +03:00
David Dias
fe829d360b
Update README.md
2019-10-01 17:55:40 +03:00
David Dias
6ae8b86a62
Update README.md
2019-10-01 17:55:35 +03:00
David Dias
8d9e7df42b
Update README.md
...
Co-Authored-By: Eric Ronne <eric@protocol.ai>
2019-10-01 17:54:40 +03:00
David Dias
81878a5d30
docs: readme improvements
2019-10-01 17:52:54 +03:00
David Dias
382170b8b4
docs: add pointer to docs
2019-10-01 16:12:35 +03:00
David Dias
211fba776a
docs: fix broken url
2019-10-01 11:56:23 +03:00
David Dias
d434564a00
docs: guide users to the right locations for questions
2019-10-01 11:50:10 +03:00
Steven Allen
43769d56e5
doc: use the official matrix.to link domain
2019-09-24 19:28:19 -07:00
swedneck
c23575e5ea
Move matrix before irc
2019-09-24 16:32:42 +02:00
swedneck
b152c57e40
update matrix alias
2019-09-24 16:25:05 +02:00
swedneck
aee194687e
Add bridged chats
2019-09-20 19:49:52 +02:00
Steven Allen
fa69c92450
doc: remove gmake instructions
...
This should now "just work". Calling `make` on non-linux platforms will invoke
`gmake` automatically and we now disable fuse on *bsd platforms.
2019-08-29 14:59:34 -07:00
Caian
31d35d8d11
Add swarm key initialization to README.md
...
License: MIT
Signed-off-by: Caian Benedicto <caianbene@gmail.com>
2019-08-03 08:19:32 -03:00
Steven Allen
73cf7ee823
README: update minimum system requirements and recommend OpenSSL
...
fixes #6513
2019-07-29 16:23:37 -07:00
Steven Allen
7256af5969
readme: fix CI badge
2019-07-16 09:51:16 -07:00
hikerpig
26bfabf257
readme: fix scoop bucket command error
2019-07-14 15:22:34 +08:00
Leo Arias
fd84cb3957
Update the required go version in the README
2019-06-21 10:54:05 -06:00
Dominic Della Valle
0f4a75f0ed
doc: add another Windows package to README
...
Add scoop package for scoop users
2019-06-12 10:17:53 -04:00
Rod Vagg
e1bfc9f08a
docs: fix install guide link
2019-06-08 11:50:31 +10:00
Dominic Della Valle
f6ea849529
doc: add Windows packages to README
2019-06-05 19:57:39 -04:00
Dominic Della Valle
fa479f7a8a
docs+mk: update guidance for unsupported platforms
...
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
2019-05-15 15:19:04 -04:00
Steven Allen
5f64b270f8
cmdkit -> cmds
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-05-10 23:00:20 -07:00
Steven Allen
663f7c92d5
readme: fix git command
...
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-04-04 12:20:41 -07:00
Jakub Sztandera
09868574ac
readme: update for go modules
...
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-04-04 12:20:36 -07:00
Steven Allen
59b4709aa8
chore: remove waffle
...
As pointed out in #6153 , waffle is closing.
fixes #6153
License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2019-03-29 12:49:16 +00:00
Matouš Skála
abb81b10c8
Remove duplicate blockstore from the package list
...
License: MIT
Signed-off-by: Matous Skala <skala.matous@gmail.com>
2019-03-27 16:47:33 +01:00
Andrew Nesbitt
8774909009
Update package table to remove broken jenkins links
...
License: MIT
Signed-off-by: Andrew Nesbitt <andrewnez@gmail.com>
2019-03-15 14:05:33 +00:00
nmalhotra
269550bcba
Added link to doc in README.md
...
- Fixed typo.
- Moved concept document link to top of page.
- Added link to this doc to README.md
License: MIT
Signed-off-by: Nitish Malhotra <nitish.malhotra@gmail.com>
2019-01-15 21:08:37 -05:00