aboutsummaryrefslogtreecommitdiff
path: root/content/notes/install-plan9port-linux.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-06-27 14:50:20 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-06-27 14:50:20 +0200
commit8697555125c57ae64a0c9b78514b4aac4fd523de (patch)
treea699df53a7c35a4425f30bca86982c4341f6de40 /content/notes/install-plan9port-linux.md
parent33b2615a5038bc85036081e8b5e0da8584d88097 (diff)
downloadmitjafelicijan.com-8697555125c57ae64a0c9b78514b4aac4fd523de.tar.gz
Massive formatting and added figcaption
Diffstat (limited to 'content/notes/install-plan9port-linux.md')
-rw-r--r--content/notes/install-plan9port-linux.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/content/notes/install-plan9port-linux.md b/content/notes/install-plan9port-linux.md
index 0ad83cf..b21c73b 100644
--- a/content/notes/install-plan9port-linux.md
+++ b/content/notes/install-plan9port-linux.md
@@ -7,9 +7,10 @@ draft: false
7tags: [plan9] 7tags: [plan9]
8--- 8---
9 9
10Install Plan9port on Linux. This applies to [Plan9port](https://9fans.github.io/plan9port/). 10Install Plan9port on Linux. This applies to
11This is a port of many Plan 9 programs to Unix-like operating systems. Useful for 11[Plan9port](https://9fans.github.io/plan9port/). This is a port of many Plan 9
12programs like `9term` and `rc`. 12programs to Unix-like operating systems. Useful for programs like `9term` and
13`rc`.
13 14
14```sh 15```sh
15sudo apt-get install gcc libx11-dev libxt-dev libxext-dev libfontconfig1-dev 16sudo apt-get install gcc libx11-dev libxt-dev libxext-dev libfontconfig1-dev