Skip to content

Commit

Permalink
Merge pull request #60 from EmulatorJS/main
Browse files Browse the repository at this point in the history
Cleanup supported devices table
  • Loading branch information
meghan06 authored Aug 26, 2023
2 parents 48b72dd + 4e16696 commit 682e7aa
Show file tree
Hide file tree
Showing 3 changed files with 1,888 additions and 3,316 deletions.
6 changes: 3 additions & 3 deletions docs/installing-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Before we begin, it's important to know whether your Chromebook is even supporte
- ARM/AMD CPUs are not supported.
- Intel Celeron / Pentium CPUs are not supported.
- Tiger Lake (11th gen) CPUs and newer are not supported.
- You need at least 32GB of eMMC storage
- You need at least 32GB of eMMC storage.

**You will also need:**
* Patience
* This is not a one click setup thing. It usually takes one or more weeks to have a stable hack.
* A USB drive
* 4 gigabytes or more for a online installer;
* 32 gigabytes or more for offline installer
* 4 gigabytes or more for a online installer.
* 32 gigabytes or more for offline installer.
* The ability to use a command prompt
* We won't help you if you don't know how to `cd` to a directory.

Expand Down
Loading

1 comment on commit 682e7aa

@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 for details.

Unrecognized words (30)
AMDGPU
ASUS
autofanctrl
bootableusb
BSOD
bugzilla
cgi
choie
cmdline
crosec
Devirtualize
driverinstallers
Entreprise
iommu
Mimo
newner
oneshot
overclock
pmc
QOL
redhat
rmmod
sbin
systemctl
systemd
TARLO
transitioning
typec
usbc
USBs
To accept ✔️ these unrecognized words as correct, run the following commands

... in a clone of the [email protected]:chrultrabook/docs.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/chrultrabook/docs/actions/runs/5983021840/attempts/1'
Available 📚 dictionaries could cover words not in the 📘 dictionary
Dictionary Entries Covers
cspell:cpp/src/cpp.txt 30216 8
cspell:software-terms/src/software-terms.txt 1237 3
cspell:python/src/python/python.txt 453 2
cspell:python/src/python/python-lib.txt 3873 2
cspell:golang/go.txt 3412 1

Consider adding them using (in .github/workflows/spelling.yml):

      with:
        extra_dictionaries:
          cspell:cpp/src/cpp.txt
          cspell:software-terms/src/software-terms.txt
          cspell:python/src/python/python.txt
          cspell:python/src/python/python-lib.txt
          cspell:golang/go.txt

To stop checking additional dictionaries, add:

      with:
        check_extra_dictionaries: ''
Pattern suggestions ✂️ (2)

You could add these patterns to .github/actions/spelling/patterns.txt:

# Automatically suggested patterns
# hit-count: 4 file-count: 2
# https/http/file urls
(?:\b(?:https?|ftp|file)://)[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]

# hit-count: 1 file-count: 1
# GitHub SHAs (markdown)
(?:\[`?[0-9a-f]+`?\]\(https:/|)/(?:www\.|)github\.com(?:/[^/\s"]+){2,}(?:/[^/\s")]+)(?:[0-9a-f]+(?:[-0-9a-zA-Z/#.]*|)\b|)

Errors (2)

See the 📜action log for details.

❌ Errors Count
ℹ️ candidate-pattern 3
❌ forbidden-pattern 1

See ❌ Event descriptions for more information.

Please sign in to comment.