Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernán Morales Durand authored Jun 14, 2022
1 parent 6964b46 commit 7a178bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
- [Demo](#demo)
- [Requirements](#requirements)
- [Installation](#installation)
- [Common steps](#common-steps)
- [Bash users](#bash-users)
- [Zsh users](#zsh-users)
- [Features](#features)
- [Usage](#usage)
- [Examples](#examples)
- [Usage Examples](#usage-examples)
- [Troubleshooting](#troubleshooting)
- [Contribute](#contribute)
- [Change Log](./CHANGELOG.md)
Expand All @@ -31,7 +31,7 @@ PI automatically retrieves and parses Pharo GitHub repository information, and a

# Demo

![pi-session](https://user-images.githubusercontent.com/4825959/173497407-e99cad9f-38ae-4b34-8615-92dbbad7a225.gif)
![pi-session](https://user-images.githubusercontent.com/4825959/173511060-95f1b227-d459-4097-b4e6-fcaa013768a1.gif)

# Requirements

Expand All @@ -48,6 +48,8 @@ PI automatically retrieves and parses Pharo GitHub repository information, and a

# Installation

## Common steps

The first step is to download the package from a command line terminal:

```bash
Expand Down Expand Up @@ -84,18 +86,16 @@ source ~/.zshrc
- Supports case-insensitive searching for package names or developer user name.
- The "image" option download the current Pharo "stable" version to the current working directory.

# Usage
# Usage examples

Installable packages must contain:

- A Github README.md file
- "pharo" specified as topic.
- A Metacello installation script ending with a dot ".".
- A Metacello installation script delimited with smalltalk backticks and ending with a dot ".".

If the current directory already contains a Pharo image, PI will use that image, otherwise it will download a new stable image.

## Examples

### Installing

Installing NeoCSV package:
Expand Down

0 comments on commit 7a178bf

Please sign in to comment.