1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Cosmetic fix to README.md (#33)

This commit is contained in:
Anuradha Weeraman 2020-06-21 21:51:44 -04:00 committed by GitHub
parent 54da7fc202
commit add82e1984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,17 +55,17 @@ improved release out there.
After cloning this repo, cd to the top directory of it and run:
```sh
./bin/package make
bin/package make
```
If you have trouble or want to tune the binaries, you may pass additional
compiler and linker flags by appending it to the command shown above. E.g.:
```sh
./bin/package make \
bin/package make \
SHELL=/bin/bash CCFLAGS="-xc99 -D_XPG6 -m64 -xO4" LDFLAGS="-m64"
```
For more information run
```sh
bin/package help
bin/package help
```
Many other commands in this repo self-document via the `--help`, `--man` and
`--html` options; those that do have no separate manual page.
@ -75,7 +75,7 @@ Many other commands in this repo self-document via the `--help`, `--man` and
After compiling, you can run the regression tests.
Start by reading the information printed by:
```sh
./bin/shtests --man
bin/shtests --man
```
## What is ksh93?