An open API service indexing awesome lists of open source software.

https://github.com/tagattie/freebsd-zed

Zed port for FreeBSD
https://github.com/tagattie/freebsd-zed

freebsd zed

Last synced: about 2 months ago
JSON representation

Zed port for FreeBSD

Awesome Lists containing this project

README

          

# Zed port for FreeBSD

---

This repository contains an experimental port of Zed for FreeBSD.

## Get
A package file is available at the releases page. To install, download a file and run the command:

``` shell
pkg install zed-editor-.pkg
```

## Run

``` shell
zedit
```

## Build
If you would like to build artifacts for yourself, be sure you have the ports tree on your machine. Clone this repository with git command and build/install Zed:

``` shell
git clone https://github.com/tagattie/FreeBSD-Zed
cd FreeBSD-Zed/editors/zed
make install clean
```