We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f94ba18 commit 320f4e9Copy full SHA for 320f4e9
README.md
@@ -1,21 +1,4 @@
1
# Oxygen
2
-# downloading and building dash
3
-git clone git://git.kernel.org/pub/scm/utils/dash/dash.git dash
4
-cd dash
5
-sh autogen.sh
6
-sh configure.sh --enable-static
7
-make
8
-# creating an enviroment for dash
9
-mkdir -p ../oxygen_dash/bin
10
-cp src/dash ../oxygen_dash/bin
11
-cd ..
12
-# now we download and install oxygen
13
-git clone https://github.com/paulo-e/oxygen oxygen
14
-cd oxygen
15
-RUSTFLAGS='-C target-feature=+crt-static' cargo install --path . --root=../oxygen_dash/
16
17
-sudo chroot oxygen_dash /bin/dash
18
-
19
[](https://github.com/paulo-e/oxygen/actions/workflows/rust.yml)
20
21
## Installation
0 commit comments