Skip to content

Commit

Permalink
Added latest UI gif in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
OmkarPh authored Aug 17, 2022
1 parent 30be02b commit 6e0b541
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="assets/app/images/scancode-workbench-logo.png" align="center" alt="ScanCode Workbench">
# <img src="https://user-images.githubusercontent.com/48476025/185112524-7cb79a0b-5d16-4148-bcf6-c08daeec2b05.png" align="center" alt="ScanCode Workbench"> ScanCode Workbench

[![Travis Build Status](https://travis-ci.org/nexB/scancode-workbench.svg?branch=develop)](https://travis-ci.org/nexB/scancode-workbench)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/nexB/scancode-workbench)](https://ci.appveyor.com/project/nexB/scancode-workbench)
Expand All @@ -14,7 +14,8 @@ ScanCode Workbench is based on
for using nexB’s [AboutCode tools](https://github.com/nexB/aboutcode). This app
works on Windows, OS X and Linux operating systems.

![ScanCode Workbench](https://scancode-workbench.readthedocs.io/en/develop/_images/scancode-workbench-chart-summary.gif)
![ScanCode Workbench](https://user-images.githubusercontent.com/48476025/185114433-7340ee70-57cd-4586-b7e7-964fe736451a.gif)


## Using

Expand Down Expand Up @@ -57,12 +58,6 @@ $ cd scancode-workbench
# Install dependencies and run the app
$ npm install

# Rebuild native Node.js modules against the app version of Node.js
# MacOS, Linux and Git Bash on Windows
$ $(npm bin)/electron-rebuild
# Windows except for Git Bash
> .\node_modules\.bin\electron-rebuild.cmd

# Run the app
$ npm start
```
Expand Down

0 comments on commit 6e0b541

Please sign in to comment.