Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous authored Dec 7, 2019
1 parent 87a02e6 commit 4bbf7d7
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,10 @@
To package, open a terminal @ acorn-release
`npm install`

First, clean your local state, so it doesn't get packaged up for other users
```
./clean.sh
```
For mac presently, though adjustments for linux can easily be made:
`nix-shell --run acorn-release`

Then package it for your platform

**mac**
```
npm run build-mac-no-sign
```

**linux**
```
npm run build-linux
```

## Update acorn version

Make sure you're in a terminal with access to `node`, as well as the `hc` command line tools, for `hc package`. This is likely a nix-shell.

In order to update the Acorn version that is packaged here, a script is included, just run:
(they can be run separately, or together)

```shell
./update-dna-version.sh
./update-ui-version.sh
```
This will produce an Acorn.app file within `Acorn-darwin-x64` folder. This can be zipped and shared.

## To develop

Expand Down

0 comments on commit 4bbf7d7

Please sign in to comment.