Allows you to access the Wiki from inside Pharo IDE
# A Simple UI Browser for PharoWiki [](https://travis-ci.org/olekscode/PharoWiki) [](https://ci.appveyor.com/project/olekscode/pharowiki) [](https://coveralls.io/github/olekscode/PharoWiki?branch=master) [](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. ```