Skip to content

Commit 0215443

Browse files
committed
Update README and LICENSE, as well as copyright
1 parent e522f2d commit 0215443

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

LICENSE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024, Nintendo Homebrew
1+
Copyright (c) 2024-2026 Nintendo Homebrew
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@ PERFORMANCE OF THIS SOFTWARE.
1414

1515
Additionally, files in `docs/.vitepress` is licensed under the following:
1616

17-
Copyright (c) 2024, Nintendo Homebrew
17+
Copyright (c) 2024 Nintendo Homebrew
1818

1919
Permission is hereby granted, free of charge, to any person obtaining a copy
2020
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# Switch Guide
1+
# Switch Hacks Guide
22

3-
[The guide can be found here!](https://switch.hacks.guide)
3+
A collaboration from Nintendo Homebrew's Discord community, getting you from a stock Switch to Atmosphère.
44

5-
Nintendo Switch homebrew guide written by staff members of the Nintendo Homebrew Discord server.
5+
[![Website Badge](https://img.shields.io/badge/website-switch.hacks.guide-E60012?logo=vitepress&logoColor=FFFFFF)](https://switch.hacks.guide/)
6+
[![Discord Server](https://img.shields.io/badge/chat-nintendo%20homebrew-7289DA?logo=discord&logoColor=FFFFFF)](https://discord.gg/C29hYvh)
7+
[![Last Commit Badge](https://img.shields.io/github/last-commit/nh-server/switch-guide)](https://github.com/nh-server/switch-guide/commits/master/)
8+
[![ISC License](https://img.shields.io/badge/license-ISC-0081C5)](https://github.com/nh-server/switch-guide/blob/master/LICENSE.md)
69

710
## Running the site locally
811

@@ -12,16 +15,19 @@ This requires the following installed on your system:
1215

1316
To test the website locally, clone the source code:
1417

15-
```bash
18+
```shell
1619
git clone https://github.com/nh-server/switch-guide.git --recurse-submodules
1720
cd switch-guide
1821
```
1922

2023
Then simply run the following commands:
2124

22-
```bash
25+
```shell
2326
npm ci
2427
npm run docs:dev
2528
```
2629

27-
The website should now be running on http://127.0.0.1:5173/ (or a port shown on the terminal). Any edits you make should appear live!
30+
> [!TIP]
31+
> If you choose to run multiple web servers at once, they will begin running at the next highest usable port (e.g. :5174, :5175, and so on).
32+
33+
The website should now be running on <http://127.0.0.1:5173/> (or whatever port is shown on the terminal).

docs/.vitepress/i18n/en_US.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ const themeConfig = {
213213
],
214214
},
215215
footer: {
216-
copyright: 'Copyright © 2025 Nintendo Homebrew',
216+
copyright: 'Copyright © 2026 Nintendo Homebrew',
217217
items: [
218218
{ text: localeData.pages["about"], link: `/about` }
219219
]

0 commit comments

Comments
 (0)