File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525
2626uutils coreutils is a cross-platform reimplementation of the GNU coreutils in
2727[ Rust] ( http://www.rust-lang.org ) . While all programs have been implemented, some
28- options might be missing or different behavior might be experienced.
28+ options might be missing or diferent behavior might be experienced.
2929
3030<div class =" oranda-hide " >
3131
@@ -120,7 +120,7 @@ cargo build --release --features windows
120120cargo build --release --features unix
121121```
122122
123- To build SELinux-specific features, including ` chcon ` and ` runcon ` , ensure that ` libselinux `
123+ To build SELinux-specific features, including ` chcon ` and ` runcon ` , ensure that ` libselinux `
124124and ` libclang ` are installed on your system. Then, run the following command:
125125```
126126cargo build --release --features unix,feat_selinux
You can’t perform that action at this time.
0 commit comments