Skip to content

Commit 77667c1

Browse files
committed
Start making install instructions
1 parent 3aedcec commit 77667c1

File tree

5 files changed

+51
-0
lines changed

5 files changed

+51
-0
lines changed

source/Guides/Install/Linux.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Linux
2+
3+
Ensure you have `bash`, `curl`, and `sudo` installed and working. Then run the following command in your terminal:
4+
5+
```bash
6+
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/gnustep/tools-scripts/master/gnustep-web-install)"
7+
```
8+

source/Guides/Install/Windows.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Windows
2+
3+
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).

source/Guides/Install/index.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Installation
2+
3+
```{toctree}
4+
:maxdepth: 2
5+
:caption: Contents
6+
:titlesonly: true
7+
8+
Linux
9+
Windows
10+
```
11+
12+
If you are on a Unix-like system other than GNU/Linux, use the [Linux instructions](Linux.md).
13+
14+
% Shows 1 column for width < 576px
15+
% Shows 2 columns for width >576px, <1200px
16+
% Shows 3 columns for width >1200px
17+
::::{grid} 1 2 2 3
18+
:margin: 4 4 0 0
19+
:gutter: 1
20+
21+
:::{grid-item-card} {fab}`linux` Linux
22+
:link: Linux
23+
:link-type: doc
24+
25+
:::
26+
27+
:::{grid-item-card} {fab}`windows` Windows
28+
:link: Windows
29+
:link-type: doc
30+
31+
:::
32+
33+
::::
34+
35+

source/Guides/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
88
App/index
99
AppsWithCodeOnly/index
10+
Install/index
1011
```
1112

source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,7 @@
6565
html_extra_path = ['RawHTML']
6666

6767
myst_footnote_transition = False
68+
69+
html_css_files = [
70+
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.1/css/all.min.css"
71+
]

0 commit comments

Comments
 (0)