Browse Source

Improve readability for nightlies article

pull/1161/head
Still Hsu 7 years ago
parent
commit
14e7ce8267
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      docs/guides/getting_started/nightlies.md

+ 8
- 8
docs/guides/getting_started/nightlies.md View File

@@ -12,12 +12,11 @@ compiled by AppVeyor whenever a new commit is made and will be pushed
to our MyGet feed. to our MyGet feed.


> [!IMPORTANT] > [!IMPORTANT]
> Before beginning, it is important to note that although nightlies
> are generally stable and have more features and bug fixes than
> the current stable build on NuGet, there **will** be breaking
> changes during the development or breaking bugs. Although breaking
> bugs are usually fixed as soon as they are discovered, it is still
> important to keep this in mind.
> Although nightlies are generally stable and have more features
> and bug fixes than the current stable build on NuGet, there
> will be breaking changes during the development or
> breaking bugs; these bugs are usually fixed as soon as they
> are discovered, but you should still be aware of that.


## Installing with MyGet (Recommended) ## Installing with MyGet (Recommended)


@@ -70,8 +69,9 @@ or by using PowerShell (`Install-Package Discord.Net -Prerelease`).
## Installing from AppVeyor Artifacts ## Installing from AppVeyor Artifacts


As mentioned in the first paragraph, we utilize AppVeyor to perform As mentioned in the first paragraph, we utilize AppVeyor to perform
automated test and build publishing. During the publishing process,
we also upload the NuGet packages onto AppVeyor's Artifact collection.
automated tests and publish the new build. During the publishing
process, we also upload the NuGet packages onto
AppVeyor's Artifact collection.


The latest build status can be found within our [AppVeyor project]. The latest build status can be found within our [AppVeyor project].




Loading…
Cancel
Save