You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-57Lines changed: 2 additions & 57 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,64 +6,9 @@ This tool will help you analyze web traffic outside the browser using familiar C
6
6
7
7
**This project is in an early stage of development, things may break, values may not be accurate. All contributors are very welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) fore more details.**
8
8
9
+
## Install package
9
10
10
-
## How To Install
11
-
12
-
On the releases tab, you will find several packages. Choose the correct one to your operating system.
13
-
14
-
## How to Build
15
-
16
-
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js 5.x](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
17
-
18
-
There are a few build scripts included in the `package.json` that allows you to create some binaries/bundles to your operating system.
19
-
20
-
The files created by the following scripts are placed in a folder inside the `bin` folder.
If none of this builds mets your requirements, you can use the custom build script.
64
-
You can send the `platform` and `arch` that you want to build.
65
-
66
-
So for example, if you want to build a binary for windows 32 bits only, you can run `npm run build:custom -- --platform=win32 --arch=x86`
11
+
Download the [latest release](https://github.com/kdzwinel/betwixt/releases/latest) for your operating system or [build your own bundle](docs/building.md).
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js 4.x+](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
0 commit comments