Skip to content

Commit

Permalink
readme: Add new Download Button
Browse files Browse the repository at this point in the history
🚒🔥 Fire taste fr 🥵🥵🥵🥵💦💦🥶🥶🥶🥶
  • Loading branch information
pratyakshm authored Dec 23, 2023
1 parent a1db33a commit 785405b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@

WinRice is a PowerShell script designed to automate setting up a new Windows device. It automates a few of the useful things that people generally do in a fresh Windows installation or a new Windows device.

## Download

![Frame 32](https://github.com/pratyakshm/WinRice/assets/54220235/d2759119-da38-47c3-98f9-704a96b96dbf)

Check failure on line 25 in README.md

View workflow job for this annotation

GitHub Actions / Spell checking

`dbf` is not a recognized word. (unrecognized-spelling)

## Core Features

- Batch installs apps and features automatically
Expand All @@ -45,11 +49,11 @@ WinRice is a PowerShell script designed to automate setting up a new Windows dev

\* If you've just installed Windows, please ensure that all updates from Microsoft Store and Windows Update are installed. This is because WinRice uses some components that are only available in the latest updates. This is to ensure that WinRice works seamlessly on your device.

## Download
<!-- ## Download
<a href="https://github.com/pratyakshm/WinRice/releases/download/v0.5.04112021/WinRice.exe"><img alt="Download Now" src="https://user-images.githubusercontent.com/54220235/216923215-0d0ecd81-8d99-47bb-828c-55aa894d3c6a.png"></a>
[<img src="https://github.com/pratyakshm/WinRice/assets/54220235/b0357402-d611-4638-afbb-4d6134ccd9dc" alt="Frame 32" width="300" height="200">](https://github.com/pratyakshm/WinRice/releases/download/v0.5.04112021/WinRice.exe)

Check failure on line 54 in README.md

View workflow job for this annotation

GitHub Actions / Spell checking

`afbb` is not a recognized word. (unrecognized-spelling)

Check failure on line 54 in README.md

View workflow job for this annotation

GitHub Actions / Spell checking

`ccd` is not a recognized word. (unrecognized-spelling)
<!-- #### Alternative method
#### Alternative method
<details><summary> Click to expand </summary>
Alternatively, use Win + X shortcut to open the quick links menu, and from there open Terminal (Admin) (or Windows PowerShell (Admin) if you are on Windows 10) and execute this command:
Expand Down

1 comment on commit 785405b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@check-spelling-bot Report

🔴 Please review

See the 📜action log or 📝 job summary for details.

Unrecognized words (3)

afbb
ccd
dbf

Previously acknowledged words that are now absent ecd ization Minecraft protonmail pwd winrice WSA 🫥
To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands

... in a clone of the [email protected]:pratyakshm/WinRice.git repository
on the main branch (ℹ️ how do I use this?):

curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/pratyakshm/WinRice/actions/runs/7307825851/attempts/1'
Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary

This includes both expected items (273) from .github/actions/spelling/expect.txt and unrecognized words (3)

Dictionary Entries Covers Uniquely
cspell:software-terms/dict/softwareTerms.txt 1288 30 3
cspell:powershell/dict/powershell.txt 91 13 3
cspell:dotnet/dict/dotnet.txt 405 21 2
cspell:python/src/python/python-lib.txt 2417 19 1
cspell:php/dict/php.txt 1689 19

Consider adding them (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

      with:
        extra_dictionaries:
          cspell:software-terms/dict/softwareTerms.txt
          cspell:powershell/dict/powershell.txt
          cspell:dotnet/dict/dotnet.txt
          cspell:python/src/python/python-lib.txt
          cspell:php/dict/php.txt

To stop checking additional dictionaries, add (in .github/workflows/spelling.yml) for uses: check-spelling/check-spelling@main in its with:

check_extra_dictionaries: ''
Errors (1)

See the 📜action log or 📝 job summary for details.

❌ Errors Count
❌ ignored-expect-variant 2

See ❌ Event descriptions for more information.

If the flagged items are false positives

If items relate to a ...

  • binary file (or some other file you wouldn't want to check at all).

    Please add a file path to the excludes.txt file matching the containing file.

    File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.

    ^ refers to the file's path from the root of the repository, so ^README\.md$ would exclude README.md (on whichever branch you're using).

  • well-formed pattern.

    If you can write a pattern that would match it,
    try adding it to the patterns.txt file.

    Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.

    Note that patterns can't match multiline strings.

Please sign in to comment.