Commit Graph

46 Commits

Author SHA1 Message Date
Brandon Iglesias
d3b9c77d67 removing Jira in readme (#2413) 2019-07-01 14:40:25 -07:00
Michael Barlock
a5a985154e Direct suggestions to ideas.storj.io (#1891)
* Direct suggestions to ideas.storj.io

* Fix grammar in readme
2019-05-07 22:14:25 +02:00
Egon Elbre
ba322abd9c
Remove Travis (#1868) 2019-04-30 21:18:32 +03:00
JT Olio
cb3c7d4c28
Update README.md 2019-04-26 12:55:19 -06:00
JT Olio
fc27fc4e8d
switch twitter suggestion to new support system 2019-04-18 16:30:16 -06:00
JT Olio
904d009a73
update go badge links for storj.io/storj 2019-04-15 17:23:56 -06:00
Simon Guindon
7f5e4ba658
Added Travis CI build status icon. (#1636) 2019-04-02 10:34:31 -04:00
Faris Huskovic
f75ec3ec82 Update README.md (#1353) 2019-02-25 15:09:44 +01:00
JT Olio
9a271dabf9
Update README.md 2018-12-29 19:02:55 -07:00
Richard Littauer
08ade45446
Adding a "Version: Alpha" badge (#669)
Because I think it will help. I wish I could link it to something that easily explains what the alpha is, but I am not sure if there is a specific resource that would answer that question - and only that question - more adequately than the rest of the README.
2018-11-15 21:03:41 -05:00
JT Olio
be6164c506 Update README.md (#550)
Change-Id: I2003abd8a98e3ce0a9336c1cfb00b4095a63f4e2
2018-10-30 04:34:00 -06:00
Richard Littauer
b3fcb37948 Update note about GOPATH (#551)
Ping @egonelbre
2018-10-30 04:33:38 -06:00
JT Olio
08ec36dae7 Update README.md 2018-10-30 04:33:38 -06:00
Richard Littauer
01a98a58b1 Some README edits (#548)
* Readme edits

Mostly language changes, but some code shifts as uplink was renamed.

* Edit intro contributing paragraph

Co-Authored-By: RichardLitt <richard.littauer@gmail.com>

* Add dev note

Co-Authored-By: RichardLitt <richard.littauer@gmail.com>
2018-10-29 18:36:17 -06:00
Shawn Wilkinson
c8376a3eb7 Fix README whitespace (#532) 2018-10-25 10:02:52 +03:00
Richard Littauer
49b6972ad9 Fix logo in README (#527) 2018-10-25 10:01:23 +03:00
Stefan Benten
7ec93aec03
Include GCC Hint for Windows (#442)
GCC is required for building our repo.
On Windows GCC is not available by default and needs to be added in order to build.
2018-10-09 12:32:10 +02:00
Kaloyan Raev
3c985a553e
Remove multipart threshold config for AWS CLI (#418) 2018-10-03 17:47:35 +03:00
JT Olio
2bba44fa1c
Update README.md (#299)
* Update README.md

* cla mention

* fix a-names

* fix a-names again
2018-08-29 09:28:29 -06:00
JT Olio
2e5b54a435
go 1.11! woohoo! simplify readme (#288)
* go 1.11! woohoo! simplify readme

* gopath comment

* more clarification
2018-08-26 10:38:38 -06:00
Egon Elbre
f80185a807
Preliminary support for windows (#266)
* Don't use url.Parse for bolt paths: filepaths may not be valid URL-s.
* go.mod: update dependencies
* README.md: add Windows instructions
* pkg/overlay: check for the correct path and text in error
* pkg/overlay: fix tests for windows
* pkg/piecestore: make windows tests pass
* pkg/telemetry: skip test, as it doesn't shutdown nicely
* storage/redis: ensure that redis is clean before running tests
2018-08-23 10:05:56 +03:00
JT Olio
520abc5c73
Update README.md 2018-08-20 13:46:45 -06:00
Brandon Iglesias
a522cabfbd readme updates (Storj CLI) (#243)
* updates to the readme

Added section for the Storj CLI
Styled AWS S3 CLI section

* Update README.md

* removed file name in upload object commands

* updated title

* added table of contents
2018-08-17 15:05:03 -04:00
Brandon Iglesias
2269682280 spelling fix for read me (#217) 2018-08-10 09:21:43 -07:00
Brandon Iglesias
73a0bf3c7b Read me updates (#215)
* Read me updates

Readme updates based off the first two rounds of critic reviews

* Update README.md

* Update README.md
2018-08-10 08:28:38 -07:00
JT Olio
2c500e7ba2
fix logo 2018-08-06 11:39:20 -06:00
JT Olio
c9c2a93c31
Update README.md 2018-08-03 12:33:53 -06:00
JT Olio
53c2edfcfc
Update README.md 2018-08-01 15:18:09 -06:00
littleskunk
657ee35aaa add workaround for error "multiple registrations for /debug/requests" (#183) 2018-07-31 13:53:47 -06:00
JT Olio
f1ff9d32c4
Update README.md 2018-07-31 11:13:55 -06:00
JT Olio
55e76d8b40
Update README.md 2018-07-31 11:13:32 -06:00
JT Olio
b8aca4f2b7
Update README.md 2018-07-29 12:53:27 -06:00
JT Olio
2be8eda68d
Update README.md 2018-07-29 12:53:04 -06:00
JT Olio
b960d1d55e update readme (#174) 2018-07-27 09:29:45 -07:00
littleskunk
bda13f59e2 update install instructions (#130)
* update install instructions

* different sections for different distros
2018-07-19 15:48:51 -04:00
Dennis Coyle
f2b6c18f2a adding coveralls / code coverage (#112)
* adding coveralls

* adding code coverage badge

* fixing badges

* verbose

* swap tests and coverage

* extra line

* maybe

* maybe

* moar

* gover maybe

* testing

* cleanup
2018-06-26 13:48:02 +02:00
Meije Sibbel
86a2371961
update readme
1. Fixed a few spelling issues.
2. Added capital letter to the Storj name instead of a lowercase one. 
3. Reformulated some sentences. 
3. Some other small fixes.
2018-04-27 14:53:46 +02:00
Dennis Coyle
7d9d0e940c updating how we get dev deps 2018-04-17 13:29:15 -04:00
Bryan White
d737a776bf update readme
(cherry picked from commit 7a79a72db0c54142c18fc12ff5eb7280896ea92a)
2018-04-17 11:30:15 -04:00
Dennis Coyle
9759ca5f56 add vgo section | protoc in path 2018-04-17 09:38:31 -04:00
Dennis Coyle
9dc9e63acd update README.md with steps for setting up protobufs 2018-04-17 09:18:36 -04:00
Dennis Coyle
fa164d58af logo 2018-04-06 12:39:49 -04:00
Dennis Coyle
0e38c50091 logo 2018-04-06 12:39:19 -04:00
Dennis Coyle
a3a341f6dd storj 2018-04-06 12:38:32 -04:00
Dennis Coyle
dec1bacd49 logo 2018-04-06 12:38:05 -04:00
Dennis Coyle
250b36f27b wip on structure 2018-04-06 12:32:34 -04:00