Merge pull request #1128 from voxik/patch-1
[rubygems] / README.rdoc
1 = RubyGems
2
3 Homepage:      :: http://rubygems.org
4 Announcements: :: http://blog.rubygems.org
5 Documentation: :: http://guides.rubygems.org
6 Support:       :: http://help.rubygems.org
7 Source:        :: http://github.com/rubygems/rubygems
8 Bugtracker:    :: http://github.com/rubygems/rubygems/issues
9
10 == DESCRIPTION
11
12 RubyGems is a package management framework for Ruby.
13
14 This gem is an update for the RubyGems software. You must have an
15 installation of RubyGems before this update can be applied.
16
17 See Gem for information on RubyGems (or `ri Gem`)
18
19 To upgrade to the latest RubyGems, run:
20
21   $ gem update --system  # you might need to be an administrator or root
22
23 See UPGRADING.rdoc for more details and alternative instructions.
24
25 -----
26
27 If you don't have RubyGems installed, you can still do it manually:
28
29 * Download from: https://rubygems.org/pages/download
30 * Unpack into a directory and cd there
31 * Install with: ruby setup.rb  # you may need admin/root privilege
32
33 For more details and other options, see:
34
35   ruby setup.rb --help
36
37 == GETTING HELP
38
39 === Support Requests
40
41 Are you unsure of how to use RubyGems?  Do you think you've found a bug and
42 you're not sure?  If that is the case, the best place for you is to file a
43 support request at {help.rubygems.org}[http://help.rubygems.org].
44
45 === Filing Tickets
46
47 Got a bug and you're not sure?  You're sure you have a bug, but don't know
48 what to do next?  In any case, let us know about it!  The best place
49 for letting the RubyGems team know about bugs or problems you're having is
50 {on the RubyGems issues page at GitHub}[http://github.com/rubygems/rubygems/issues].
51
52 === Bundler Compatibility
53
54 See http://bundler.io/compatibility for known issues.