PharoWiki

Description

Allows you to access the Wiki from inside Pharo IDE

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Created
Nov. 21, 2020
Updated
Nov. 21, 2020

README excerpt

# A Simple UI Browser for PharoWiki

[![Build Status](https://travis-ci.org/olekscode/PharoWiki.svg?branch=master)](https://travis-ci.org/olekscode/PharoWiki)
[![Build status](https://ci.appveyor.com/api/projects/status/5ar98p955ryv3od4?svg=true)](https://ci.appveyor.com/project/olekscode/pharowiki)
[![Coverage Status](https://coveralls.io/repos/github/olekscode/PharoWiki/badge.svg?branch=master)](https://coveralls.io/github/olekscode/PharoWiki?branch=master)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/olekscode/PharoWiki/master/LICENSE)

## How to install it?

To install `PharoWiki`, go to the Playground (Ctrl+OW) in your [Pharo](https://pharo.org/) image and execute the following Metacello script (select it and press Do-it button or Ctrl+D):

```Smalltalk
Metacello new
  baseline: 'PharoWiki';
  repository: 'github://olekscode/PharoWiki/src';
  load.
```

← Back to results