mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
s/Github/GitHub/g
This commit is contained in:
@@ -62,7 +62,7 @@ Currently, the following C compilers are supported under Windows:
|
||||
|
||||
However, most testing is done with GCC.
|
||||
|
||||
Bootstrapping from Github
|
||||
Bootstrapping from GitHub
|
||||
-------------------------
|
||||
|
||||
Take a look at the readme file on github `here <https://github.com/nim-lang/Nim#readme>`_
|
||||
|
||||
@@ -41,14 +41,14 @@ Nim's Community
|
||||
|
||||
.. container:: standout
|
||||
|
||||
Github
|
||||
GitHub
|
||||
------
|
||||
|
||||
Nim's `source code <http://github.com/nim-lang/Nim>`_ is hosted on Github.
|
||||
Nim's `source code <http://github.com/nim-lang/Nim>`_ is hosted on GitHub.
|
||||
Together with the `wiki <http://github.com/nim-lang/Nim/wiki>`_ and
|
||||
`issue tracker <http://github.com/nim-lang/Nim/issues>`_.
|
||||
|
||||
Github also hosts other projects relating to Nim. These projects are a part
|
||||
GitHub also hosts other projects relating to Nim. These projects are a part
|
||||
of the `nim-lang organisation <http://github.com/nim-lang>`_.
|
||||
This includes the `Nimble package manager <https://github.com/nim-lang/nimble>`_
|
||||
and its `package repository <http://github.com/nim-lang/packages>`_.
|
||||
|
||||
@@ -792,7 +792,7 @@ is the installation of packages containing libraries and/or applications
|
||||
written in Nim.
|
||||
Even though Nimble is still very young it already is very
|
||||
functional. It can install packages by name, it does so by accessing a
|
||||
packages repository which is hosted on a Github repo. Packages can also be
|
||||
packages repository which is hosted on a GitHub repo. Packages can also be
|
||||
installed via a Git repo URL or Mercurial repo URL. The package repository
|
||||
is searchable through Nimble. Anyone is free to add their own packages to
|
||||
the package repository by forking the
|
||||
|
||||
@@ -9,7 +9,7 @@ Authors: "Andreas Rumpf and contributors"
|
||||
# Everything after ; is the ID
|
||||
Community: "community.html;link_forum"
|
||||
Aporia_IDE: "https://github.com/nim-lang/Aporia;link_aporia"
|
||||
Github_Repo: "http://github.com/Araq/Nim;link_github"
|
||||
GitHub_Repo: "http://github.com/Araq/Nim;link_github"
|
||||
|
||||
|
||||
[Tabs]
|
||||
|
||||
Reference in New Issue
Block a user