additional subsections to make installation instructions less confusing #455

Merged
tpltnt merged 1 commits from readme-subsections into master 2018-01-09 09:20:00 +00:00
tpltnt commented 2018-01-01 00:52:27 +00:00 (Migrated from github.com)

Hi there,

I split the installation instructions into separate subsections after people where slightly confused. Some tried to continue installing from source after they already used pip. This change makes clear that there are three different methods to install Tahoe-LAFS.

Cheers,
tpltnt

Hi there, I split the installation instructions into separate subsections after people where slightly confused. Some tried to continue installing from source after they already used pip. This change makes clear that there are three different methods to install Tahoe-LAFS. Cheers, tpltnt
codecov-io commented 2018-01-06 11:10:35 +00:00 (Migrated from github.com)

Codecov Report

Merging #455 into master will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #455      +/-   ##
==========================================
+ Coverage   90.07%   90.15%   +0.07%     
==========================================
  Files         144      144              
  Lines       27296    27330      +34     
  Branches     3925     3935      +10     
==========================================
+ Hits        24586    24638      +52     
+ Misses       1966     1952      -14     
+ Partials      744      740       -4
Impacted Files Coverage Δ
src/allmydata/_auto_deps.py 90.9% <0%> (-0.76%) ⬇️
src/allmydata/web/status.py 83.08% <0%> (+0.22%) ⬆️
src/allmydata/immutable/upload.py 95.53% <0%> (+0.27%) ⬆️
src/allmydata/web/filenode.py 94.24% <0%> (+0.3%) ⬆️
src/allmydata/web/common.py 91.84% <0%> (+1.28%) ⬆️
src/allmydata/immutable/downloader/share.py 95.29% <0%> (+2.46%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 187eb56...7205033. Read the comment docs.

# [Codecov](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455?src=pr&el=h1) Report > Merging [#455](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455?src=pr&el=desc) into [master](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/commit/187eb562f2ab93c99e62b6b53935d8aa3c81e491?src=pr&el=desc) will **increase** coverage by `0.07%`. > The diff coverage is `n/a`. [![Impacted file tree graph](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455/graphs/tree.svg?width=650&height=150&src=pr&token=Ztmu9sr4vi)](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #455 +/- ## ========================================== + Coverage 90.07% 90.15% +0.07% ========================================== Files 144 144 Lines 27296 27330 +34 Branches 3925 3935 +10 ========================================== + Hits 24586 24638 +52 + Misses 1966 1952 -14 + Partials 744 740 -4 ``` | [Impacted Files](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [src/allmydata/\_auto\_deps.py](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455/diff?src=pr&el=tree#diff-c3JjL2FsbG15ZGF0YS9fYXV0b19kZXBzLnB5) | `90.9% <0%> (-0.76%)` | :arrow_down: | | [src/allmydata/web/status.py](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455/diff?src=pr&el=tree#diff-c3JjL2FsbG15ZGF0YS93ZWIvc3RhdHVzLnB5) | `83.08% <0%> (+0.22%)` | :arrow_up: | | [src/allmydata/immutable/upload.py](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455/diff?src=pr&el=tree#diff-c3JjL2FsbG15ZGF0YS9pbW11dGFibGUvdXBsb2FkLnB5) | `95.53% <0%> (+0.27%)` | :arrow_up: | | [src/allmydata/web/filenode.py](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455/diff?src=pr&el=tree#diff-c3JjL2FsbG15ZGF0YS93ZWIvZmlsZW5vZGUucHk=) | `94.24% <0%> (+0.3%)` | :arrow_up: | | [src/allmydata/web/common.py](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455/diff?src=pr&el=tree#diff-c3JjL2FsbG15ZGF0YS93ZWIvY29tbW9uLnB5) | `91.84% <0%> (+1.28%)` | :arrow_up: | | [src/allmydata/immutable/downloader/share.py](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455/diff?src=pr&el=tree#diff-c3JjL2FsbG15ZGF0YS9pbW11dGFibGUvZG93bmxvYWRlci9zaGFyZS5weQ==) | `95.29% <0%> (+2.46%)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455?src=pr&el=footer). Last update [187eb56...7205033](https://codecov.io/gh/tahoe-lafs/tahoe-lafs/pull/455?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
meejah commented 2018-01-09 09:20:05 +00:00 (Migrated from github.com)

Thanks!

Thanks!
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tahoe-lafs/tahoe-lafs#455
No description provided.