Skip to content

Commit 320f4e9

Browse files
Fixed wrong paste
1 parent f94ba18 commit 320f4e9

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
11
# 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-
cd ..
17-
sudo chroot oxygen_dash /bin/dash
18-
192
[![Rust](https://github.com/paulo-e/oxygen/actions/workflows/rust.yml/badge.svg)](https://github.com/paulo-e/oxygen/actions/workflows/rust.yml)
203

214
## Installation

0 commit comments

Comments
 (0)