Skip to content

Latest commit

 

History

History
123 lines (99 loc) · 3.76 KB

README.md

File metadata and controls

123 lines (99 loc) · 3.76 KB

logo

Arch Linux Tutorial

English | 简体中文

Build Status GitHub last commit GitHub HitCount GitHub Repo stars GitHub


Online Reading

This project is hosted on GitHub Pages and can be read online at https://arch.yanjinli.fun/.

Local Deployment

First, ensure that Node.js and yarn 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:

node -v
yarn -v # npm -v / pnpm -v

This project uses yarn as the package manager, but you can also use npm or pnpm.

git clone https://github.com/LightYourJourney/archlinux-tutorial.git
cd ./archlinux-tutorial
yarn install
yarn docs:dev

Repo Status

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 license. For details, see LICENSE.

Contributors

contributors

Stargazers over time

Stargazers over time