Skip to content

Commit

Permalink
remove changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
esterlus committed Sep 17, 2024
1 parent 011079a commit dfbd909
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1,533 deletions.
41 changes: 0 additions & 41 deletions CHANGELOG.md

This file was deleted.

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ uHTTP exit application attaches to an exit node and performs arbitrary incoming

## Deployment process

To contribute to this repository you will need to create a pull request. More information about the existing automated workflows can be found in [GitHub Actions](./.github/workflows/README.md)
To contribute to this repository you will need to create a pull request.
More information about the existing automated workflows can be found in [GitHub Actions](./.github/workflows/README.md).

## Run with Docker

To be able to run the Exit Node with Docker, you first need to build the image, for that, we will use the following command
To be able to run the Exit Node with Docker, you first need to build the image.
For that, we will use the following command

```sh
docker build -t exit-node -f Dockerfile ../../
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"test": "jest --coverage"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@stylistic/eslint-plugin": "^2.1.0",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
Expand Down
Loading

0 comments on commit dfbd909

Please sign in to comment.