aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2022-12-10-alpine-setup.md
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-03-27 17:58:16 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-03-27 17:58:16 +0200
commit886980c4813651c1f60d16ff517e059e4ad5545d (patch)
tree6eb4e2c11c3c7b628ceebf75f83382f1f79b96aa /content/posts/2022-12-10-alpine-setup.md
parent59088735cc74a1056e4f9195bd03b24e6cc856ab (diff)
downloadgabrielgio.me-886980c4813651c1f60d16ff517e059e4ad5545d.tar.gz
gabrielgio.me-886980c4813651c1f60d16ff517e059e4ad5545d.tar.bz2
gabrielgio.me-886980c4813651c1f60d16ff517e059e4ad5545d.zip
feat: Change code snippet style
Diffstat (limited to 'content/posts/2022-12-10-alpine-setup.md')
-rw-r--r--content/posts/2022-12-10-alpine-setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/2022-12-10-alpine-setup.md b/content/posts/2022-12-10-alpine-setup.md
index 1fa9027..1b3371b 100644
--- a/content/posts/2022-12-10-alpine-setup.md
+++ b/content/posts/2022-12-10-alpine-setup.md
@@ -99,7 +99,7 @@ http://dl-cdn.alpinelinux.org/alpine/v3.16/community
Then run `apk update` and you will see the both repositories printed out.
-Now we will install the necessary drivers for `xorg` to run properly. Firs
+Now we will install the necessary drivers for xorg to run properly. Firs
search for all video drivers `apk search xf86-video*` and install whatever you
have for you computer (in my case `apk add apk add xf86-video-amdgpu`)