Skip to content

Commit

Permalink
Start making install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanc8 committed Nov 23, 2024
1 parent 3aedcec commit 77667c1
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/Guides/Install/Linux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Linux

Ensure you have `bash`, `curl`, and `sudo` installed and working. Then run the following command in your terminal:

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/gnustep/tools-scripts/master/gnustep-web-install)"
```

3 changes: 3 additions & 0 deletions source/Guides/Install/Windows.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Windows

We unfortunately don't have any Windows install instructions yet. You might be able to get some useful info from [tools-windows-msvc](https://github.com/gnustep/tools-windows-msvc).
35 changes: 35 additions & 0 deletions source/Guides/Install/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Installation

```{toctree}
:maxdepth: 2
:caption: Contents
:titlesonly: true
Linux
Windows
```

If you are on a Unix-like system other than GNU/Linux, use the [Linux instructions](Linux.md).

% Shows 1 column for width < 576px
% Shows 2 columns for width >576px, <1200px
% Shows 3 columns for width >1200px
::::{grid} 1 2 2 3
:margin: 4 4 0 0
:gutter: 1

:::{grid-item-card} {fab}`linux` Linux
:link: Linux
:link-type: doc

:::

:::{grid-item-card} {fab}`windows` Windows
:link: Windows
:link-type: doc

:::

::::


1 change: 1 addition & 0 deletions source/Guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
App/index
AppsWithCodeOnly/index
Install/index
```

4 changes: 4 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@
html_extra_path = ['RawHTML']

myst_footnote_transition = False

html_css_files = [
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css"
]

0 comments on commit 77667c1

Please sign in to comment.