-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README to be more descriptive
- Loading branch information
1 parent
8c4345a
commit e185bc4
Showing
1 changed file
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,35 @@ | ||
[](https://github.com/ZOSOpenTools/lessport/actions/workflows/bump.yml) | ||
|
||
# lessport | ||
# Less | ||
|
||
A text pager | ||
|
||
# Installation and Usage | ||
|
||
Use the zopen package manager ([QuickStart Guide](https://zopen.community/#/Guides/QuickStart)) to install: | ||
```bash | ||
zopen install less | ||
``` | ||
|
||
# Building from Source | ||
|
||
1. Clone the repository: | ||
```bash | ||
git clone https://github.com/zopencommunity/lessport.git | ||
cd lessport | ||
``` | ||
2. Build using zopen: | ||
```bash | ||
zopen build -vv | ||
``` | ||
|
||
See the [zopen porting guide](https://zopen.community/#/Guides/Porting) for more details. | ||
|
||
# Documentation | ||
|
||
|
||
# Troubleshooting | ||
TBD | ||
|
||
# Contributing | ||
Contributions are welcome! Please follow the [zopen contribution guidelines](https://github.com/zopencommunity/meta/blob/main/CONTRIBUTING.md). |