Clean up Quickstart and FUQs pages

This commit is contained in:
Anthony Wang 2022-03-23 19:24:41 -05:00
parent 92a7cc8dfe
commit 913fd7651e
Signed by: a
GPG key ID: BC96B00AEC5F2D76
2 changed files with 5 additions and 5 deletions

View file

@ -40,11 +40,11 @@
</p>
<h4>What kind of data does exozyme collect?</h4>
<p>
We don't collect any more data than what Arch Linux does by default, such as your IP address. Your data is never saved to anywhere else except on the exozyme server and no one can see it except for the server admins. If you decide to delete your account, we will delete all of your data on the server.
We don't collect any more data than what Arch Linux does by default, such as your IP address. Your data is never saved to anywhere else except on the exozyme server and no one can see it except for server admins. If you decide to delete your account, we will delete all of your data from the server.
</p>
<h4>The command line is behaving weirdly, commands I copied from the internet don't work, editing my <i>~/.bashrc</i> isn't working, and I can't change my shell!</h4>
<p>
This is all because we use <a href="https://fishshell.com/">Fish</a> as the default shell for new users since it's simpler and friendlier than the typical Bash. Unfortunately, Fish is not very compatible with Bash commands. If you're blindly copying commands from the internet (you probably shouldn't do that anyways), run <i>bash</i> first to get a Bash shell before pasting them in. If you want to run commands when starting the shell like a <i>~/.bashrc</i>, see <a href="https://unix.stackexchange.com/a/211529">this Stack Exchange post</a>.
This is all because we use <a href="https://fishshell.com/">Fish</a> as the default shell for new users since it's simpler and friendlier than the typical Bash. Unfortunately, Fish is not very compatible with Bash commands. If you're blindly copying commands from the internet (you probably shouldn't do that anyways), run <i>bash</i> first to get a Bash shell before pasting them in. If you want to run commands when starting the shell like a <i>~/.bashrc</i>, see <a href="https://unix.stackexchange.com/a/211529">this Stack Exchange post</a>. To change your shell, just ask about it.
</p>
<h4>Help! My remote desktop is glitching out and I want to reset it!</h4>
<p>

View file

@ -35,7 +35,7 @@
</p>
<h3>Programming</h3>
<p>
We have support for all your favorite programming languages, including C/C++, Python, Java, JavaScript, Go, Rust, C#, and more, as well as text editors, IDEs, debuggers, and other tools. If your preferred language or tool isn't installed, check the <a href="/fuqs">FUQs</a> to learn how. Try it out on <a href="https://desk.exozy.me">exodesk</a> or <a href="https://hub.exozy.me">exohub</a>, our browser-based IDE that even has an integrated <a href="https://github.com/cdr/code-server">code-server</a>.
We have support for all your favorite programming languages, including C/C++, Python, Java, JavaScript, Go, Rust, and more, as well as text editors, IDEs, debuggers, and other tools. Try it out on <a href="https://desk.exozy.me">exodesk</a> or <a href="https://hub.exozy.me">exohub</a>! If your preferred language or tool isn't installed, you can use <a href="https://git.exozy.me/exozyme/exozyme/wiki/Toolbox">Toolbox</a> or <a href="https://git.exozy.me/exozyme/exozyme/wiki/Nix">Nix</a>.
</p>
<h3>Explore exocloud</h3>
<p>
@ -59,7 +59,7 @@
<img src="element.png" alt="Element Matrix client" width="720">
</picture>
<p>
Let's join some rooms and spaces (groups of rooms) now. You'll definitely want to join the <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">exozyme space</a> and hang out. One of Matrix's most ambitious goals is to <a href="https://matrix.org/bridges/">bridge its network to as many others as possible</a>, so you might want to check out our <a href="https://git.exozy.me/exozyme/exozyme/wiki/Bridge-Discord-and-Matrix">wiki</a> for instructions on bridging Discord to Matrix.
Let's join some rooms and spaces (groups of rooms) now, such as the <a href="https://matrix.to/#/!epVJFHxAwGJBqjgGoQ:exozy.me?via=exozy.me&via=matrix.org">exozyme space</a>, and hang out. One of Matrix's most ambitious goals is to <a href="https://matrix.org/bridges/">bridge its network to as many others as possible</a>, so you can check out our <a href="https://git.exozy.me/exozyme/exozyme/wiki/Bridge-Discord-and-Matrix">wiki</a> for instructions on bridging Discord to Matrix.
</p>
<h3>Explore!</h3>
<p>
@ -67,7 +67,7 @@
</p>
<h3>Questions?</h3>
<p>
Check out our <a href="/fuqs">frequently unasked questions</a> and <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a> or ask about it on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">Matrix</a> to get help from the exozyme community!
Check out our <a href="/fuqs">frequently unasked questions</a> and <a href="https://git.exozy.me/exozyme/exozyme/wiki">wiki</a> or ask about it on <a href="https://matrix.to/#/!dRcbHQEbbDRNcYShLo:exozy.me?via=exozy.me&via=matrix.org">Matrix</a> to get help from the exozyme community.
</p>
</body>
</html>