https://github.com/lightyourjourney/archlinux-tutorial
Using Arch Linux.
https://github.com/lightyourjourney/archlinux-tutorial
archlinux config kiss-principle linux tutorial
Last synced: 4 months ago
JSON representation
Using Arch Linux.
- Host: GitHub
- URL: https://github.com/lightyourjourney/archlinux-tutorial
- Owner: LightYourJourney
- License: cc-by-sa-4.0
- Created: 2024-08-09T02:01:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T11:20:35.000Z (7 months ago)
- Last Synced: 2025-03-24T13:02:33.573Z (7 months ago)
- Topics: archlinux, config, kiss-principle, linux, tutorial
- Language: Markdown
- Homepage: http://arch.yanjinli.fun/
- Size: 679 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Arch Linux Tutorial
English | [简体中文](./README.zh-CN.md)
![]()
## Online Reading
This project is hosted on GitHub Pages and can be read online at [https://arch.yanjinli.fun/](https://arch.yanjinli.fun/).
## Local Deployment
First, ensure that [`Node.js`](https://nodejs.org/) and [`yarn`](https://yarnpkg.com/) are installed on your computer.
Execute the following commands in the terminal. If the version numbers are output, it means you have successfully installed them:
```shell
node -v
yarn -v # npm -v / pnpm -v
```> This project uses `yarn` as the package manager, but you can also use [`npm`](https://www.npmjs.com/) or [`pnpm`](https://pnpm.io/).
```shell
git clone https://github.com/LightYourJourney/archlinux-tutorial.git
cd ./archlinux-tutorial
yarn install
yarn docs:dev
```## Repo Status

## Contributing
Contributions to the content of the guide and the website source code are welcome, as are contributions to the upstream documents of this guide.
## License
The documentation is availably free under the [Creative Commons BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license. For details, see [LICENSE](https://github.com/LightYourJourney/archlinux-tutorial/blob/main/LICENSE).
## Contributors
## Stargazers over time
[](https://starchart.cc/LightYourJourney/archlinux-tutorial)