Marcin Rataj
eda8b43a28
docs: chocolatey package name
...
We use go-ipfs name now, to make it clear that it is not ipfs-desktop.
2021-07-23 08:35:03 -07:00
Steven Allen
0060d5f7c8
feat: programmatic shell completions
...
These are missing some of the features of the current hand-rolled
completions, but:
1. Are less buggy.
2. Cover _all_ commands.
3. Don't need to be manually maintained (which we never do anyways).
fixes #4551
fixes #8033
2021-07-01 08:46:49 -07:00
Steven Allen
885325dd19
doc(README): update chat links (and misc fixes)
...
- Remove ipn.io link...
- Remove chat "badges" and replace with a single link.
- Remove reference to weekly meetings that no longer exist.
fixes #8190
2021-06-28 11:35:57 -07:00
Michael Burns
bdead901da
link to the actual doc ( #8126 )
...
* doc: link to the actual fuse doc
2021-06-25 08:35:59 -07:00
Adin Schmahmann
73e7e023c0
downgrade to 1.15.2
2021-05-12 17:59:20 -04:00
Adin Schmahmann
5a62025cc7
chore: bump minimum go version to 1.15
2021-05-12 17:16:47 -04:00
Marcin Rataj
8c1e4e99d1
docs: deprecate object commands
...
Part of https://github.com/ipfs/go-ipfs/issues/7936
This PR makes it very explicit that 'ipfs object' are deprecated
by removing examples and pointing at modern replacements under
'ipfs dag' and 'ipfs files'
Taglines are longer and include alternatives because we use them on:
https://docs.ipfs.io/reference/http/api/
2021-04-30 01:27:43 +02:00
Steven Allen
cc54ba1109
Merge pull request #8010 from ipfs/docs/cosmetic-fixes
...
docs: cosmetic fixes of help text
2021-03-30 15:52:38 -07:00
@RubenKelevra
db58dbc625
Readme: replace header image for dark mode
...
- Fix text contrast for dark mode and dimmed mode with white outlines around the black text
fixes ipfs#8024
2021-03-25 15:42:05 +01:00
Marcin Rataj
f91411362b
docs: ipfs object only works with dag-pb
...
Closes #7396
2021-03-24 20:49:50 +01:00
Marcin Rataj
5fad09909f
docs: suggest dag/files cmds in place of object
...
This is a cosmetic change to 'ipfs --help' that
reorders operations to prioritize 'dag' and 'files' over legacy 'object'.
Context: https://github.com/ipfs/go-ipfs/issues/7936
2021-03-24 18:13:31 +01:00
Marcin Rataj
0ff1cf33aa
docs: cosmetic fixes of help text
...
Unfortunately, API docs are genereted from go-ipfs sources
via https://github.com/ipfs/http-api-docs
so it all gets lost when API docs for new version are re-generated.
This re-applies manual fixes from:
https://docs.ipfs.io/reference/http/api/
so the next time http-api-docs are re-generated, those changes stay.
2021-03-24 17:41:14 +01:00
Marcin Rataj
2539c76177
docs(readme): key rotation in docker ( #7721 )
...
* docs(readme): key rotation in docker
Adds notes from https://github.com/ipfs/go-ipfs/issues/7714#issuecomment-706319721
2020-11-10 15:25:14 -05:00
@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