Skip to content

Commit e13eac2

Browse files
committed
regenerate site
1 parent 8652e48 commit e13eac2

File tree

4 files changed

+45
-48
lines changed

4 files changed

+45
-48
lines changed

articles/tutorials/getting_started_cli/index.html

+3-6
Original file line numberDiff line numberDiff line change
@@ -66,16 +66,13 @@ <h2>Getting Started with the Clojure CLI</h2>
6666
Attribution 3.0 Unported License</a> (including images &amp;
6767
stylesheets). The source is available <a href="https://github.com/clojure-doc/clojure-doc.github.io">on
6868
Github</a>.</p><h2 id="overview">Overview</h2><p>Clojure is a wonderfully simple language and you are going to love
69-
it.</p><p>To quickly get started, first make sure you've got Java installed.</p><p>Then install the <a href="https://clojure.org/guides/install_clojure">official Clojure CLI</a>.</p><p>For macOS, Linux, and Windows with WSL2, the <a href="https://clojure.org/guides/install_clojure#_posix_instructions">POSIX</a>
69+
it.</p><p>To quickly get started, first make sure you've got
70+
<a href="https://clojure.org/guides/install_clojure#java">Java installed</a>.</p><p>Then install the <a href="https://clojure.org/guides/install_clojure">official Clojure CLI</a>.</p><p>For macOS, Linux, and Windows with WSL2, the <a href="https://clojure.org/guides/install_clojure#_posix_instructions">POSIX</a>
7071
or <a href="https://clojure.org/guides/install_clojure#_linux_instructions">Linux</a>
7172
instructions will work. For the small percentage of Clojure users on Windows
7273
planning to use Powershell or <code>cmd.exe</code>, the
7374
<a href="https://github.com/casselc/clj-msi">MSI installer</a> provided by the community
74-
is probably your easiest route.</p><p>A useful shortcut to get the latest stable version is to use the script name
75-
without the version number:</p><pre><code class="shell">curl -O https://download.clojure.org/install/posix-install.sh
76-
# or:
77-
curl -O https://download.clojure.org/install/linux-install.sh
78-
</code></pre><blockquote><p>For macOS and Linux, <a href="https://brew.sh/"><code>brew</code></a> (or <a href="https://docs.brew.sh/Homebrew-on-Linux">Homebrew on Linux</a>) are also reasonable options.</p></blockquote><p>Clojure programs are typically developed inside their own project
75+
is probably your easiest route.</p><blockquote><p>For macOS and Linux, <a href="https://brew.sh/"><code>brew</code></a> (or <a href="https://docs.brew.sh/Homebrew-on-Linux">Homebrew on Linux</a>) are also reasonable options.</p></blockquote><p>Clojure programs are typically developed inside their own project
7976
directory, with a <code>deps.edn</code> file at the top level and a <code>src</code> directory
8077
containing one or more source files (Clojure scripts). The CLI takes care of
8178
pulling in dependencies (including Clojure itself), running the REPL,

cryogen.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><atom:link href="https://clojure-doc.org/" rel="self" type="application/rss+xml"/><title>Clojure Guides</title><link>https://clojure-doc.org/</link><description>Clojure Documentation</description><lastBuildDate>Mon, 01 Jul 2024 17:54:03 -0700</lastBuildDate><generator>clj-rss</generator></channel></rss>
1+
<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><atom:link href="https://clojure-doc.org/" rel="self" type="application/rss+xml"/><title>Clojure Guides</title><link>https://clojure-doc.org/</link><description>Clojure Documentation</description><lastBuildDate>Sat, 06 Jul 2024 10:46:42 -0700</lastBuildDate><generator>clj-rss</generator></channel></rss>

feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><atom:link href="https://clojure-doc.org/" rel="self" type="application/rss+xml"/><title>Clojure Guides</title><link>https://clojure-doc.org/</link><description>Clojure Documentation</description><lastBuildDate>Mon, 01 Jul 2024 17:54:03 -0700</lastBuildDate><generator>clj-rss</generator></channel></rss>
1+
<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><atom:link href="https://clojure-doc.org/" rel="self" type="application/rss+xml"/><title>Clojure Guides</title><link>https://clojure-doc.org/</link><description>Clojure Documentation</description><lastBuildDate>Sat, 06 Jul 2024 10:46:42 -0700</lastBuildDate><generator>clj-rss</generator></channel></rss>

sitemap.xml

+40-40
Original file line numberDiff line numberDiff line change
@@ -5,319 +5,319 @@
55
https://clojure-doc.org/archives/index.html
66
</loc>
77
<lastmod>
8-
2024-07-01
8+
2024-07-06
99
</lastmod>
1010
</url>
1111
<url>
1212
<loc>
1313
https://clojure-doc.org/tags/index.html
1414
</loc>
1515
<lastmod>
16-
2024-07-01
16+
2024-07-06
1717
</lastmod>
1818
</url>
1919
<url>
2020
<loc>
2121
https://clojure-doc.org/404.html
2222
</loc>
2323
<lastmod>
24-
2024-07-01
24+
2024-07-06
2525
</lastmod>
2626
</url>
2727
<url>
2828
<loc>
2929
https://clojure-doc.org/articles/language/namespaces/index.html
3030
</loc>
3131
<lastmod>
32-
2024-07-01
32+
2024-07-06
3333
</lastmod>
3434
</url>
3535
<url>
3636
<loc>
3737
https://clojure-doc.org/articles/language/laziness/index.html
3838
</loc>
3939
<lastmod>
40-
2024-07-01
40+
2024-07-06
4141
</lastmod>
4242
</url>
4343
<url>
4444
<loc>
4545
https://clojure-doc.org/articles/language/concurrency_and_parallelism/index.html
4646
</loc>
4747
<lastmod>
48-
2024-07-01
48+
2024-07-06
4949
</lastmod>
5050
</url>
5151
<url>
5252
<loc>
5353
https://clojure-doc.org/articles/language/polymorphism/index.html
5454
</loc>
5555
<lastmod>
56-
2024-07-01
56+
2024-07-06
5757
</lastmod>
5858
</url>
5959
<url>
6060
<loc>
6161
https://clojure-doc.org/articles/language/interop/index.html
6262
</loc>
6363
<lastmod>
64-
2024-07-01
64+
2024-07-06
6565
</lastmod>
6666
</url>
6767
<url>
6868
<loc>
6969
https://clojure-doc.org/articles/language/macros/index.html
7070
</loc>
7171
<lastmod>
72-
2024-07-01
72+
2024-07-06
7373
</lastmod>
7474
</url>
7575
<url>
7676
<loc>
7777
https://clojure-doc.org/articles/language/collections_and_sequences/index.html
7878
</loc>
7979
<lastmod>
80-
2024-07-01
80+
2024-07-06
8181
</lastmod>
8282
</url>
8383
<url>
8484
<loc>
8585
https://clojure-doc.org/articles/language/core_overview/index.html
8686
</loc>
8787
<lastmod>
88-
2024-07-01
88+
2024-07-06
8989
</lastmod>
9090
</url>
9191
<url>
9292
<loc>
9393
https://clojure-doc.org/articles/language/functions/index.html
9494
</loc>
9595
<lastmod>
96-
2024-07-01
96+
2024-07-06
9797
</lastmod>
9898
</url>
9999
<url>
100100
<loc>
101101
https://clojure-doc.org/articles/language/glossary/index.html
102102
</loc>
103103
<lastmod>
104-
2024-07-01
104+
2024-07-06
105105
</lastmod>
106106
</url>
107107
<url>
108108
<loc>
109109
https://clojure-doc.org/articles/content/index.html
110110
</loc>
111111
<lastmod>
112-
2024-07-01
112+
2024-07-06
113113
</lastmod>
114114
</url>
115115
<url>
116116
<loc>
117117
https://clojure-doc.org/articles/ecosystem/java_jdbc/using_ddl/index.html
118118
</loc>
119119
<lastmod>
120-
2024-07-01
120+
2024-07-06
121121
</lastmod>
122122
</url>
123123
<url>
124124
<loc>
125125
https://clojure-doc.org/articles/ecosystem/java_jdbc/reusing_connections/index.html
126126
</loc>
127127
<lastmod>
128-
2024-07-01
128+
2024-07-06
129129
</lastmod>
130130
</url>
131131
<url>
132132
<loc>
133133
https://clojure-doc.org/articles/ecosystem/java_jdbc/home/index.html
134134
</loc>
135135
<lastmod>
136-
2024-07-01
136+
2024-07-06
137137
</lastmod>
138138
</url>
139139
<url>
140140
<loc>
141141
https://clojure-doc.org/articles/ecosystem/java_jdbc/using_sql/index.html
142142
</loc>
143143
<lastmod>
144-
2024-07-01
144+
2024-07-06
145145
</lastmod>
146146
</url>
147147
<url>
148148
<loc>
149149
https://clojure-doc.org/articles/ecosystem/libraries_authoring/index.html
150150
</loc>
151151
<lastmod>
152-
2024-07-01
152+
2024-07-06
153153
</lastmod>
154154
</url>
155155
<url>
156156
<loc>
157157
https://clojure-doc.org/articles/ecosystem/libraries_authoring_lein/index.html
158158
</loc>
159159
<lastmod>
160-
2024-07-01
160+
2024-07-06
161161
</lastmod>
162162
</url>
163163
<url>
164164
<loc>
165165
https://clojure-doc.org/articles/ecosystem/community/index.html
166166
</loc>
167167
<lastmod>
168-
2024-07-01
168+
2024-07-06
169169
</lastmod>
170170
</url>
171171
<url>
172172
<loc>
173173
https://clojure-doc.org/articles/ecosystem/generating_documentation/index.html
174174
</loc>
175175
<lastmod>
176-
2024-07-01
176+
2024-07-06
177177
</lastmod>
178178
</url>
179179
<url>
180180
<loc>
181181
https://clojure-doc.org/articles/ecosystem/web_development/index.html
182182
</loc>
183183
<lastmod>
184-
2024-07-01
184+
2024-07-06
185185
</lastmod>
186186
</url>
187187
<url>
188188
<loc>
189189
https://clojure-doc.org/articles/tutorials/editors/index.html
190190
</loc>
191191
<lastmod>
192-
2024-07-01
192+
2024-07-06
193193
</lastmod>
194194
</url>
195195
<url>
196196
<loc>
197197
https://clojure-doc.org/articles/tutorials/introduction/index.html
198198
</loc>
199199
<lastmod>
200-
2024-07-01
200+
2024-07-06
201201
</lastmod>
202202
</url>
203203
<url>
204204
<loc>
205205
https://clojure-doc.org/articles/tutorials/getting_started_cli/index.html
206206
</loc>
207207
<lastmod>
208-
2024-07-01
208+
2024-07-06
209209
</lastmod>
210210
</url>
211211
<url>
212212
<loc>
213213
https://clojure-doc.org/articles/tutorials/getting_started/index.html
214214
</loc>
215215
<lastmod>
216-
2024-07-01
216+
2024-07-06
217217
</lastmod>
218218
</url>
219219
<url>
220220
<loc>
221221
https://clojure-doc.org/articles/tutorials/getting_started_lein/index.html
222222
</loc>
223223
<lastmod>
224-
2024-07-01
224+
2024-07-06
225225
</lastmod>
226226
</url>
227227
<url>
228228
<loc>
229229
https://clojure-doc.org/articles/tutorials/basic_web_development/index.html
230230
</loc>
231231
<lastmod>
232-
2024-07-01
232+
2024-07-06
233233
</lastmod>
234234
</url>
235235
<url>
236236
<loc>
237237
https://clojure-doc.org/articles/about/index.html
238238
</loc>
239239
<lastmod>
240-
2024-07-01
240+
2024-07-06
241241
</lastmod>
242242
</url>
243243
<url>
244244
<loc>
245245
https://clojure-doc.org/articles/cookbooks/cli_build_projects/index.html
246246
</loc>
247247
<lastmod>
248-
2024-07-01
248+
2024-07-06
249249
</lastmod>
250250
</url>
251251
<url>
252252
<loc>
253253
https://clojure-doc.org/articles/cookbooks/strings/index.html
254254
</loc>
255255
<lastmod>
256-
2024-07-01
256+
2024-07-06
257257
</lastmod>
258258
</url>
259259
<url>
260260
<loc>
261261
https://clojure-doc.org/articles/cookbooks/middleware/index.html
262262
</loc>
263263
<lastmod>
264-
2024-07-01
264+
2024-07-06
265265
</lastmod>
266266
</url>
267267
<url>
268268
<loc>
269269
https://clojure-doc.org/articles/cookbooks/math/index.html
270270
</loc>
271271
<lastmod>
272-
2024-07-01
272+
2024-07-06
273273
</lastmod>
274274
</url>
275275
<url>
276276
<loc>
277277
https://clojure-doc.org/articles/cookbooks/growing_a_dsl_with_clojure/index.html
278278
</loc>
279279
<lastmod>
280-
2024-07-01
280+
2024-07-06
281281
</lastmod>
282282
</url>
283283
<url>
284284
<loc>
285285
https://clojure-doc.org/articles/cookbooks/data_structures/index.html
286286
</loc>
287287
<lastmod>
288-
2024-07-01
288+
2024-07-06
289289
</lastmod>
290290
</url>
291291
<url>
292292
<loc>
293293
https://clojure-doc.org/articles/cookbooks/parsing_xml_with_zippers/index.html
294294
</loc>
295295
<lastmod>
296-
2024-07-01
296+
2024-07-06
297297
</lastmod>
298298
</url>
299299
<url>
300300
<loc>
301301
https://clojure-doc.org/articles/cookbooks/files_and_directories/index.html
302302
</loc>
303303
<lastmod>
304-
2024-07-01
304+
2024-07-06
305305
</lastmod>
306306
</url>
307307
<url>
308308
<loc>
309309
https://clojure-doc.org/articles/cookbooks/date_and_time/index.html
310310
</loc>
311311
<lastmod>
312-
2024-07-01
312+
2024-07-06
313313
</lastmod>
314314
</url>
315315
<url>
316316
<loc>
317317
https://clojure-doc.org/index.html
318318
</loc>
319319
<lastmod>
320-
2024-07-01
320+
2024-07-06
321321
</lastmod>
322322
</url>
323323
</urlset>

0 commit comments

Comments
 (0)