File tree Expand file tree Collapse file tree 5 files changed +51
-0
lines changed Expand file tree Collapse file tree 5 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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 ) .
Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 77
88App/index
99AppsWithCodeOnly/index
10+ Install/index
1011```
1112
Original file line number Diff line number Diff line change 6565html_extra_path = ['RawHTML' ]
6666
6767myst_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+ ]
You can’t perform that action at this time.
0 commit comments