Linux 笔记
2023-05-23
Chapter 1 前言
This is my Linux system study notes. The web page is generated using the bookdown package in R.
The bookdown package can be installed from CRAN or Github:
install.packages("bookdown")
# or the development version
# devtools::install_github("rstudio/bookdown")
Remember each Rmd file contains one and only one chapter, and a chapter is defined by the first-level heading #
.