mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2025-07-11 16:52:27 +03:00
Minor changes to markdown files
This commit is contained in:
parent
bb14665ea3
commit
f98c81ff84
|
@ -47,14 +47,12 @@ I decided to write an anticensorship extension for Chromium before they strike m
|
||||||
This project exists thanks to all the people who contribute.
|
This project exists thanks to all the people who contribute.
|
||||||
<a href="https://github.com/anticensority/runet-censorship-bypass/graphs/contributors"><img src="https://opencollective.com/anticensority/contributors.svg?width=890&button=false?force" /></a>
|
<a href="https://github.com/anticensority/runet-censorship-bypass/graphs/contributors"><img src="https://opencollective.com/anticensority/contributors.svg?width=890&button=false?force" /></a>
|
||||||
|
|
||||||
|
|
||||||
## Backers
|
## Backers
|
||||||
|
|
||||||
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/anticensority#backer)]
|
Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/anticensority#backer)]
|
||||||
|
|
||||||
<a href="https://opencollective.com/anticensority#backers" target="_blank"><img src="https://opencollective.com/anticensority/backers.svg?width=890"></a>
|
<a href="https://opencollective.com/anticensority#backers" target="_blank"><img src="https://opencollective.com/anticensority/backers.svg?width=890"></a>
|
||||||
|
|
||||||
|
|
||||||
## Sponsors
|
## Sponsors
|
||||||
|
|
||||||
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/anticensority#sponsor)]
|
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/anticensority#sponsor)]
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Install
|
## Install
|
||||||
|
|
||||||
Tested on:
|
Tested on:
|
||||||
|
|
||||||
|
@ -6,26 +6,23 @@ NodeJS: v16.1.0.
|
||||||
NPM: 7.11.2.
|
NPM: 7.11.2.
|
||||||
OS: Linux Mint 20 Xfce Edition.
|
OS: Linux Mint 20 Xfce Edition.
|
||||||
|
|
||||||
```
|
```sh-session
|
||||||
npm install
|
npm install
|
||||||
cd src/extension-common/pages/options/
|
cd src/extension-common/pages/options/
|
||||||
npm install
|
npm install
|
||||||
cd -
|
cd -
|
||||||
|
|
||||||
# For debugging:
|
|
||||||
npm start
|
|
||||||
# Use your build/extension-beta
|
|
||||||
|
|
||||||
# For production:
|
# For production:
|
||||||
|
|
||||||
npm start
|
npm start
|
||||||
# Use your build/extension-full or build/extension-mini
|
# Use your build/extension-full or build/extension-mini
|
||||||
```
|
```
|
||||||
|
|
||||||
# For Reviewers
|
## For Reviewers
|
||||||
|
|
||||||
See ./src/extension-common/FOR_REVIEWERS.md.
|
See ./src/extension-common/FOR_REVIEWERS.md.
|
||||||
|
|
||||||
# Release Instructions
|
## Release Instructions
|
||||||
|
|
||||||
1. `npm run release`
|
1. `npm run release`
|
||||||
2. `vim src/templates-data.js` and bump version.
|
2. `vim src/templates-data.js` and bump version.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user