Skip to content

Commit

Permalink
Merge branch 'main' into dev/ci
Browse files Browse the repository at this point in the history
# Conflicts:
#	LICENSE
#	README.md
  • Loading branch information
guoxianzhe committed Oct 12, 2023
2 parents a2ab106 + b1c394d commit cf8183f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Agora.io
Copyright (c) 2023 AgoraIO-Extensions

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cross platform support in web

## Install
## Environment Install

npm install -g pnpm

Expand All @@ -18,7 +18,7 @@ pnpm build

The output file will be placed in `packages/rtc/dist`

## How to install iris_web to your cross platform
## installation of cross platform

prepare a [Live Server](https://github.com/ritwickdey/vscode-live-server-plus-plus)

Expand All @@ -30,3 +30,7 @@ add the `iris-web-rtc_x.x.x-x.x.js` to your html `srcipt`, e.g.,
type="application/javascript"
></script>
```

## License

The project is under the MIT license.

0 comments on commit cf8183f

Please sign in to comment.