Skip to content

Commit 8ce17ed

Browse files
committed
update linux instructions
1 parent 7e5dc29 commit 8ce17ed

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

content/guides/install_clojure.adoc

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ brew upgrade clojure/tools/clojure
3939

4040
Prerequisites: <<install_clojure#java,Java>>, `bash`, `curl`, `rlwrap`
4141

42-
To install with Linuxbrew (requires <<install_clojure#brew,brew>>):
43-
44-
[source,shell]
45-
----
46-
brew install clojure/tools/clojure
47-
----
48-
4942
To install with the Linux script installer:
5043

5144
1. Ensure that the following dependencies are installed: `bash`, `curl`, `rlwrap`, and `Java`.
@@ -74,6 +67,15 @@ MANPATH_MAP /opt/infrastructure/clojure/bin /opt/infrastructure/clojure/man
7467

7568
The `linux-install` script can be removed after installation.
7669

70+
=== Linuxbrew
71+
72+
To install with Linuxbrew (requires <<install_clojure#brew,brew>>):
73+
74+
[source,shell]
75+
----
76+
brew install clojure/tools/clojure
77+
----
78+
7779
== Posix instructions
7880

7981
A POSIX version of the linux installer is now available as well. This installer should work on Linux, BSD, and even Mac (but will conflict with brew!)

0 commit comments

Comments
 (0)