Skip to content

Commit

Permalink
Update README to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTodorovskiIBM committed Jan 30, 2025
1 parent 8c4345a commit e185bc4
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
[![Automatic version updates](https://github.com/ZOSOpenTools/lessport/actions/workflows/bump.yml/badge.svg)](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).

0 comments on commit e185bc4

Please sign in to comment.